InverseTampere / TreeQSM

Quantitative Structure Models of Single Trees from Laser Scanner Data
Other
147 stars 46 forks source link

How are volumes calculated? #12

Closed AnthoineResea closed 1 year ago

AnthoineResea commented 1 year ago

I read the manual, but I'm still not 100% sure how volumes are calculated.

On page 13 there are some references to convex hull and alpha-shape algorithms to calculate the crown volume.

Anyway, are volumes of branches and trunk calculated as the sum oh the volume of each cylinder which simulates the part of the tree taken into account?

Thanls

zoeschindler commented 1 year ago

convex hull and alpha-shape

These volumes are calculated using simulated points on the cylinder surfaces.

Anyway, are volumes of branches and trunk calculated as the sum of the volume of each cylinder which simulates the part of the tree taken into account?

Yes. TrunkVolume is the summed volume of the cylinders belonging to the stem and BranchVolume is the volume of all remaining cylinders.