34 #ifndef TREEUTILS_HPP_ 35 #define TREEUTILS_HPP_ int splitPoints(Vector3f *points, int n, int axis, double splitValue)
Sorts a Point array so that all Points smaller than splitValue are on the left.
int octreeReduce(Vector3f *points, int n, double voxelSize, int maxLeafSize)
Reduces a Point Cloud using an Octree with a minimum Voxel size.
Eigen::Vector3f Vector3f
Eigen 3D vector, single precision.