Method SplitPointCloud
SplitPointCloud(FilePathList, string, double, bool, AABB, double)
Declaration
public void SplitPointCloud(FilePathList files, string outputDirectory, double minVoxSize, bool useKDTree, AABB aabb = null, double density = -1)
Parameters
Type | Name | Description |
---|---|---|
FilePathList | files | Path of the point cloud files to process |
string | outputDirectory | Output directory |
double | minVoxSize | Size of minimum leaves (mm) |
bool | useKDTree | If true, uses a kd_tree, otherwise, uses an octree |
AABB | aabb | Global scene aabb |
double | density | Point cloud density (-1 to compute) |