split_point_cloud_buffered: Split point cloud into subsets with buffer areas around them

Description Usage Arguments Value

View source: R/split_point_cloud_buffered.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_point_cloud_buffered(point_cloud, core_width, buffer_width)

Arguments

point_cloud

A data.table containing columns with x-, y-, and z- coordinates.

core_width

Width of the core area in meters.

buffer_width

Width of the buffer around the core area in meters.

Value

List of data.tables that each contains the coordinates of a point cloud subset together with a boolean column "Buffer" that labels core- and buffer-points.


Lenostatos/meanshiftr_improved documentation built on May 29, 2020, 7:23 p.m.