ptm.voxel: Point metrics algorithm: Voxel metrics

View source: R/point_metrics_methods.R

ptm.voxelR Documentation

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


tiagodc/TreeLS documentation built on June 29, 2023, 7:40 p.m.