Voxels | R Documentation |
Transform pointcloud in voxel
Voxels(a, filename = "XXX", dimVox = 2, th = 2, output_path = tempdir())
a |
- input file |
filename |
- file output prefix |
dimVox |
- voxel dimension in cm - Default = 2 |
th |
Minimum number of point to generate a voxel (Default = 1) Is a parameter that should be used with caution; it generates a lightened cloud with fewer points. To be evaluated in relation with the dimVox parameter, for high point densities it is efficae to remove noise (outliers) |
output_path |
Directory in cui scrivere i file di output. Default = tempdir() |
Voxelized pointcloud
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.