Learn R Programming

PiC (version 1.2.7)

Floseg: 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())

Value

2 files (.txt) output. 1. Forest floor pointcolud; 2. AGB pointcloud

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 where output files will be written. Default = tempdir()