split_BufferedPointCloud: Split point cloud into smaller point clouds with buffer area...

Description Usage Arguments Value Author(s)

View source: R/split_BufferedPointCloud_function.R

Description

The function splits one large point cloud into several smaller point clouds. It allows to specify a buffer width around the core area where points are included.

Usage

1
split_BufferedPointCloud(pc.dt, plot.width, buffer.width)

Arguments

pc.dt

Point cloud in data.table format containing columns X, Y and Z

plot.width

Width of the core area in meters

buffer.width

Width of the buffer around the core area in meters

Value

List of sub point clouds and buffer and core points labeled in boolean column "Buffer"

Author(s)

Nikolai Knapp, nikolai.knapp@ufz.de


niknap/MeanShiftR documentation built on Dec. 20, 2020, 12:32 p.m.