Description Usage Arguments Value
Segments a LiDAR point cloud based on normal vectors.
1 2 3 | lidar_segmentation(input, output, radius = 5, norm_diff = 10,
maxzdiff = 1, classes = FALSE, min_size = 1,
verbose_mode = FALSE)
|
input |
Input LiDAR file. |
output |
Output file. |
radius |
Search Radius. |
norm_diff |
Maximum difference in normal vectors, in degrees. |
maxzdiff |
Maximum difference in elevation (z units) between neighbouring points of the same segment. |
classes |
Segments don't cross class boundaries. |
min_size |
Minimum segment size (number of points). |
verbose_mode |
Sets verbose mode. If verbose mode is False, tools will not print output messages. |
Returns the tool text outputs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.