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.
Histogram command line
Re: Histogram command line
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.
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