dgm2vox: Voxelization of a set of ground points (DGM).

Description Usage Arguments Value Author(s)

View source: R/dgm2vox.R

Description

Converts cloud of ground points (x y z) to a voxelgrid model with defined voxel size. Gaps/missing points in the voxelgrid were interpolated.

Usage

1
dgm2vox(input_cloud = "*.xyz", voxel_size = 0.1, raster_size = 0.2)

Arguments

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.

Value

Voxelgrid of DGM with closed/interploated gaps due to occlusions.

Author(s)

Carsten Hess, last updated: 10.02.2020


spatial-mk/tre3d documentation built on April 1, 2020, 5:26 p.m.