Measure Tree
A specific component developed to make it easy to measure tree's in a simplistic way
This component helps automate the process to measure a tree's diameter in a standardized way. The component requires you to input both a depth map from LiDAR as well as the single bounding box of the tree.
The component will assume the bottom of the input bounding box is the base of the tree. The component will then measure 4.5 ft up from the base of the tree where it will then take the diameter measurement.
The component will add themeasuredHeight
and measuredWidth
parameter to the bounding box.,
Example implementation

Last updated