ptm.voxel: Point metrics algorithm: Voxel metrics
Description
This function is meant to be used inside fastPointMetrics
. It calculates metrics per voxel.
Usage
ptm.voxel(d = 0.1, exact = FALSE)
Arguments
d
numeric
- voxel spacing, in point cloud units.
exact
logical
- use exact voxel search? If FALSE
, applies approximate voxel search using integer index hashing, much faster on large point clouds (several million points).