SegOne | R Documentation |
Wood - leaf segmentation of single tree
SegOne(a, filename = "Elab_single_tree", dimVox = 2, th = 2,
eps = 1, mpts = 4, N = 1000, R = 30, output_path = tempdir())
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() |
Two file (.txt) in output - Wood points and non wood points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.