Description Usage Arguments Value Author(s) Examples
Converts point cloud (x y z) to a voxel grid with defined voxel size.
1 |
input_cloud |
A file or data.frame containing a tree point cloud with x y z. If file, it assumes first three columns to be x y z without header. Futher columns are ignored. |
voxel_size |
Size of the voxels (in meter) in the reduced (gridded) point cloud. Default 0.03 |
set_z_to_zero |
Set lowest tree point (z axis) to zero. Default to FALSE. |
The reduced point cloud voxel grid as data.frame with column names x y z.
Matthias Kunz, last updated: 27.04.2019
1 | cloud2vox("tree1.xyz", 0.03) # 0.7853982
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.