I am new to CC, and I am in the process of calculating the volume between a point cloud and a mesh object. It appears to be very powerful, and I think I will have great use of it.
What I want to do is to calculate the stock volume between an area (mesh) and a point cloud. The volume is limited by the mesh area, and is based on the height difference between the point cloud and mesh. Please see https://support.pix4d.com/hc/en-us/arti ... #gsc.tab=0 for a visual representation of what I want to accomplish.
I want to do this through the command line. And I have observed the command:
Code: Select all
CloudCompare -o cloud1.bin -o mesh.obj -c2m_dist
So I am wondering the following things:
- What is the format of the resulting bin file? (and can I get the resulting artifacts in ASCII format?)
- Is this the correct way to go about finding the volume?
- If not, how can CC help me do this?
Thanks for a great work.