Page 1 of 1
sigma
Posted: Tue Aug 21, 2018 2:55 pm
by haoqin
Hi,
I am new to CC, I am comparing the laser scanning point cloud and photogrammetric point cloud, and i computed the M3C2 distance between two point cloud, and it show the mean and standard deviation after i plot the Guass distribution fitting, but i didn't find any other information such as rms, sigma.
Do i need to export it to excel and do it by myself? is there any other assessments recommend to do, i am also trying to export the m3c2 point cloud to compute the rms of distance uncertainty.
Re: sigma
Posted: Tue Aug 21, 2018 8:44 pm
by daniel
If you really fit a Gaussian Distribution to the histogram, then you should also get the RMS in the Console (with the latest versions). And the 'sigma' is the standard deviation ;).
Otherwise you can indeed export all the points and their associated scalar fields (distance, confidence, etc.) by select the resulting cloud and saving it as an 'ASCII/text' file. You can even set the separator to 'comma' to get a nice CSV file that you can open in Excel (assuming there's not too many points ;).
Re: sigma
Posted: Wed Aug 22, 2018 8:35 am
by haoqin
Thanks for the quick reply!
But you mention about exporting the confidence, when I exported the result point cloud I didn’t find the column about the confidence, the point cloud I exported only have these parameters including point coordinates (x, y, z), significant change, distance uncertainty, m3c2 distance and also the normals(x,y,z). Where should I look for the confidence?
Re: sigma
Posted: Wed Aug 22, 2018 9:31 pm
by daniel
Sorry, confidence and uncertainty is almost the same in my mind ;)
Re: sigma
Posted: Sat Aug 25, 2018 3:15 pm
by haoqin
i think i still have a dumb question to ask, before i computed the cloud to cloud distance between two point clouds (photogrammtry point cloud and laser scanning point cloud), my photogrammetric point cloud was already scaled based on the survey points from laser scanning data from other software, do i still need to run fine registration? or i just directly compute the cloud to cloud distance?
Re: sigma
Posted: Sat Aug 25, 2018 3:45 pm
by daniel
If it's only scaled, then you'd better run the registration first yes. But if it's already scaled AND registered, then no need to use fine registration of course.