Woodseg {PiC}R Documentation

Wood voxels segmentation

Description

Point cloud segmentation to identify wood voxels

Usage

Woodseg(a, filename = "XXX", eps = 1, mpts = 4, N = 1000, R = 30, output_path = tempdir())

Arguments

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

Value

One file (.txt) output - Wood voxels (vox)


[Package PiC version 1.0.3 Index]