40 | -TREEISO |
41 |
42 | Runs the TREEISO plugin
43 | Optional settings are:
44 |
45 | - -LAMBDA1 [value]: Regularization strength for initial segmentation (default: 1.0)
46 | - -K1 [value]: Nearest neighbors to search for initial segmentation(default: 5, minimum>3)
47 | - -DECIMATE_RESOLUTION1 [value]: Decimated point resolution (in m) for initial segmentation (default: 0.05)
48 | - -LAMBDA2 [value]: Regularization strength for intermediate segmentation (default: 20)
49 | - -K2 [value]: Nearest neighbors to search for intermediate segmentation (default: 20)
50 | - -MAX_GAP [value]: Maximum point gap (in m) for intermediate segmentation (default: 2.0)
51 | - -DECIMATE_RESOLUTION2 [value]: Decimated point resolution (in m) for intermediate segmentation (default: 0.1)
52 | - -RHO [value]: Relative height to length ratio (used to detect non-stems for final segmentation) (default: 0.5)
53 | - -VERTICAL_OVERLAP_WEIGHT [value]: Vertical overlapping ratio weight for final segmentation (default: 0.5)
54 |
55 | |
56 |
57 |