Computes metrics for individual trees and forest canopy from segmented point clouds.
Calculate_trees_metrics(
woodpoint,
a,
AGB_def,
Forest_floor,
plot,
filename,
output_path,
canopy_voxel_size = 0.1,
min_canopy_height = 1.5,
coverage_method = "mean_normalized"
)List containing tree metrics, canopy metrics, and file paths
Wood points (trunks and branches) with cluster attribute
Original point cloud
Non-wood (foliage) points
Forest floor points
Plot/output file prefix
Original file prefix
Output directory
Voxel size for canopy analysis
Minimum height for canopy analysis
Coverage degree calculation method