Floseg {PiC} | R Documentation |
Forest floor segmentation
Description
Segments the input .xyz pointcloud file into different forestry layers: forest floor and above ground biomass.
Usage
Floseg(a, filename="XXX", soil_dim = 0.3, th = 20, N=500, output_path = tempdir())
Arguments
a |
- Input file (.xyz) |
filename |
- Output file prefix |
soil_dim |
- Voxel dimension (m) for forest floor segmentation - Default = 0.30 |
th |
- Minimum number of point to generate a voxel. Default = 20 |
N |
- Minimum number of voxel to generate a cluster. Default = 500 |
output_path |
Directory in cui scrivere i file di output. Default = tempdir() |
Value
2 files (.txt) output. 1. Forest floor pointcolud; 2. AGB pointcloud
[Package PiC version 1.0.3 Index]