ptm.voxel: Point metrics algorithm: Voxel metrics

Description Usage Arguments

View source: R/point_metrics_methods.R

Description

This function is meant to be used inside fastPointMetrics. It calculates metrics per voxel.

Usage

1
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).


TreeLS documentation built on Aug. 26, 2020, 5:14 p.m.