Description Usage Arguments Value
View source: R/split_point_cloud_buffered.R
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.
1 | split_point_cloud_buffered(point_cloud, core_width, buffer_width)
|
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.