SegOne {PiC} | R Documentation |
Single Tree wood leaf segmentation
Description
Wood - leaf segmentation of single tree
Usage
SegOne(a, filename = "Elab_single_tree", dimVox = 2, th = 2,
eps = 1, mpts = 4, N = 1000, R = 30, output_path = tempdir())
Arguments
dimVox |
- voxel dimension in cm - Default = 2 |
th |
- Minimum number of points to generate a voxel - Default = 2 |
filename |
- Output file prefix |
a |
- AGB voxelized input file |
eps |
- size (radius) of the epsilon neighborhood - Default = 1 |
mpts |
- number of minimum points required in the eps neighborhood for core points (including the point itself) - Default = 4 |
N |
- Minimum number of voxel in a wood cluster - Default = 1000 |
R |
- R = Standard deviation * Proportion of Variance - Default = 30 |
output_path |
Directory in cui scrivere i file di output. Default = tempdir() |
Value
Two file (.txt) in output - Wood points and non wood points
[Package PiC version 1.0.3 Index]