3#include <MRCMisc/common.h>
4#include <MRCMisc/exports.h>
struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
struct MR_VertBitSet MR_VertBitSet
Definition MRAABBTree.h:22
struct MR_PointCloud MR_PointCloud
Definition MRCtm.h:19
MRC_API bool MR_dilateRegion_5_const_MR_PointCloud_ref(const MR_PointCloud *pointCloud, MR_VertBitSet *region, float dilation, MR_PassBy cb_pass_by, MR_std_function_bool_from_float *cb, const MR_AffineXf3f *xf)
MRC_API float MR_findAvgPointsRadius(const MR_PointCloud *pointCloud, int avgPoints, const int *samples)
Finds the radius of ball, so on average that ball contained avgPoints excluding the central point.
MRC_API bool MR_erodeRegion_5_const_MR_PointCloud_ref(const MR_PointCloud *pointCloud, MR_VertBitSet *region, float erosion, MR_PassBy cb_pass_by, MR_std_function_bool_from_float *cb, const MR_AffineXf3f *xf)
Definition MRAffineXf.h:39