Page 1 of 1

Histogram command line

Posted: Tue Jul 07, 2020 1:17 pm
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.

Re: Histogram command line

Posted: Wed Jul 08, 2020 8:24 am
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.