Histogram command line

Feel free to ask any question here
Post Reply
antoine380
Posts: 1
Joined: Mon Jul 06, 2020 1:40 pm
Location: France

Histogram command line

Post by antoine380 »

Hello,

I use CloudCompare to calculate difference between two points clouds with C2C distance.
In order to automate the calculations, I use this command line :
CloudCompare_v2.10.2_bin_x64\CloudCompare.exe -O "link of two points clouds" -c2c_dist -max_dist 0.1 -model HF KNN 6

For now, I open the .bin file in CloudCompare in order to save the histogram in .csv format. But now, I want to automate in my command line. How we can do that ?

Thank you for your help. I look forward to your answer.
daniel
Site Admin
Posts: 7712
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Histogram command line

Post by daniel »

The histogram you get by using the 'Edit > Scalar fields > Show histogram' tool? I fear there's no way to do that via the command line.

The only thing you can do is to export the resulting cloud as an ASCII file, and then use a tool such as Matlab or R to generate the histogram.
Daniel, CloudCompare admin
Post Reply