RANSAC Shape Detection Plugin-Cylinders merging for estimating volume of trees

Feel free to ask any question here
Post Reply
Suman
Posts: 2
Joined: Wed May 11, 2016 9:27 pm

RANSAC Shape Detection Plugin-Cylinders merging for estimating volume of trees

Post by Suman »

Greetings from Nepal,
I am doing undergraduate research on biomass estimation using Terrestrial Laser Scanner ( Faro Focus 3D). I found the RANSAC shape detection plugin very useful for estimating volume. However, the outputs which i obtained from the test data consisting only 3 trees were around 350+ cylinders whose radius and height are known.

Is there any easy way to merge the volume of all the cylinders belonging to the same tree.If there is any,it could be very useful for estimation of volume easily and ultimately would result in easy calculation of Biomass of the forest area.

Thank you. Looking forward to your reply.

Best Regards,
Suman
daniel
Site Admin
Posts: 7405
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: RANSAC Shape Detection Plugin-Cylinders merging for estimating volume of trees

Post by daniel »

Nope, you would have to develop a new function to do this.
Daniel, CloudCompare admin
OMG20Centz
Posts: 18
Joined: Wed Sep 25, 2013 1:33 pm

Re: RANSAC Shape Detection Plugin-Cylinders merging for estimating volume of trees

Post by OMG20Centz »

Or you can set the "Minimum support points per primitive" to a higher value, so that it will decrease the amount of cylinders detected.
What works fine for me is to isolate each object (in your case : each tree) as a single pointcloud, and perform the RANSAC shape detection by setting that coefficient to half of the amount of objects detected (and decrease that number if nothing's detected).
Post Reply