#include "lvr2/types/MatrixTypes.hpp"

Go to the source code of this file.
| Namespaces | |
| lvr2 | |
| Functions | |
| int | lvr2::octreeReduce (Vector3f *points, int n, double voxelSize, int maxLeafSize) | 
| Reduces a Point Cloud using an Octree with a minimum Voxel size.  More... | |
| int | lvr2::splitPoints (Vector3f *points, int n, int axis, double splitValue) | 
| Sorts a Point array so that all Points smaller than splitValue are on the left.  More... | |