Description Usage Arguments Value Author(s)
Converts cloud of ground points (x y z) to a voxelgrid model with defined voxel size. Gaps/missing points in the voxelgrid were interpolated.
1 | dgm2vox(input_cloud = "*.xyz", voxel_size = 0.1, raster_size = 0.2)
|
voxel_size |
Size of the voxel edge length (in meter) of the voxelgrid ground points (DGM). Default 0.1 |
raster_size |
Size of the rastergrid (in meter) of preprocessed ground points (DGM) to further eliminate possible noise points at excessive ground level. |
input_dgm |
A file or data.frame containing a set ground points with x y z. If file, it assumes first three columns to be x y z without header. Futher columns are ignored. |
Voxelgrid of DGM with closed/interploated gaps due to occlusions.
Carsten Hess, last updated: 10.02.2020
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.