Module mapping_algorithms::utils::point_cloud
source · Expand description
Various utility functions regarding point clouds of 2 or 3 dimensions.
Functions§
- Calculates the mean(centeroid) of the point cloud.
- Finds the closest matching target point to the passed source point.
- Generates a randomized points cloud within a specified spherical range.
- Transform a point cloud, returning a transformed copy. This function does not mutate the original point cloud.
- Downsample a points cloud, returning a new point cloud, with all points within each voxel combined into their mean.