Go to the source code of this file.
|
MRMESH_API float | MR::findAvgPointsRadius (const PointCloud &pointCloud, int avgPoints, int samples=1024) |
| Finds the radius of ball, so on average that ball contained avgPoints excluding the central point.
|
|
MRMESH_API bool | MR::dilateRegion (const PointCloud &pointCloud, VertBitSet ®ion, float dilation, ProgressCallback cb={}, const AffineXf3f *xf=nullptr) |
| expands the region on given euclidian distance. returns false if callback also returns false
|
|
MRMESH_API bool | MR::erodeRegion (const PointCloud &pointCloud, VertBitSet ®ion, float erosion, ProgressCallback cb={}, const AffineXf3f *xf=nullptr) |
| shrinks the region on given euclidian distance. returns false if callback also returns false
|
|