Segments the input .xyz pointcloud file into different forestry layers: forest floor and above ground biomass.
Floseg(a, filename="XXX", soil_dim = 0.3, th = 20, N=500, output_path = tempdir())2 files (.txt) output. 1. Forest floor pointcolud; 2. AGB pointcloud
- Input file (.xyz)
- Output file prefix
- Voxel dimension (m) for forest floor segmentation - Default = 0.30
- Minimum number of point to generate a voxel. Default = 20
- Minimum number of voxel to generate a cluster. Default = 500
Directory where output files will be written. Default = tempdir()