CloudCompare / CloudComPy

Python wrapper for CloudCompare
Other
292 stars 41 forks source link

Load Mesh files, Export histogram computation as .csv ad plot #6

Open sivaranjanija opened 3 years ago

sivaranjanija commented 3 years ago

Hello! Thanks for developing this CloudComPy API for CloudCompare. I am using CloudComPy to try the following:

dgirardeau commented 3 years ago

So I'll let Paul or others comment on your questions, but I just have comment: the histogram that shows in your capture is not the result of the Disance computation tool ;). That's the approximate distances, before the real ones are computed. You have to hit the 'Compute button', then select the compared cloud and use the 'Edit > Scalar fields > Histogram' tool...

sivaranjanija commented 3 years ago

Oops, thank you @dgirardeau for pointing that. So, let me correct my second point with the right image then,

Thank you!

prascle commented 3 years ago

Hello,

Three more points in my todo list :-)

Thanks for the screenshot, it's very clear like that!

sivaranjanija commented 3 years ago

Thank you for the response, great that you are doing a good work! All the best and looking forward for the release :)

prascle commented 3 years ago

The different points are covered in the latest version of CloudComPy (master of August 4). The Anaconda3 Windows10 binary can be found here: https://www.simulation.openfields.fr/binaries/ If there are still problems, don't hesitate to report them!

prascle commented 3 years ago

Corresponding tests and examples are in test020.py and test022.py. The processing and export of calculation results in png or csv (e.g. histograms) are handled with the Python modules numpy, matplotlib and csv.

sivaranjanija commented 3 years ago

Thank you for taking these points into account for the latest version! Sure, I shall check and report if there be any problems.