Open sivaranjanija opened 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...
Oops, thank you @dgirardeau for pointing that. So, let me correct my second point with the right image then,
Thank you!
Hello,
Three more points in my todo list :-)
Thanks for the screenshot, it's very clear like that!
Thank you for the response, great that you are doing a good work! All the best and looking forward for the release :)
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!
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.
Thank you for taking these points into account for the latest version! Sure, I shall check and report if there be any problems.
Hello! Thanks for developing this CloudComPy API for CloudCompare. I am using CloudComPy to try the following:
Export the results of distance computation (i.e, Histogram of the cloud to cloud distance computation and export these results as .csv file and .png fig
It would be great if you could let me know whether these functionalities are there in CloudComPy, or, intended to be developed sooner. Thank you!