The method uses a 'RANSAC' algorithm. It's a random process (a certain number of points is picked several times and the best match is returned - the number of points and the number of trials is given by some magical statistics formula ;). This way the process is relatively robust to noise. Hello, D...
Hello, Daniel, I am using the compiled version of CloudCompare, and I am trying to sample points from a mesh with the function cloud = ccmesh->samplePoints(true, 4.0, true, false, false, nullptr); however, with the same mesh (.stl) and the same parameters, each time the resulted point cloud is not t...
Hello, Daniel, I am using de compiled version of CC, and I find that when using ICP, for the same reference cloud and same aligned clolud, the result transform matrix can be different, even the Random sampling limit is greater than the point number of the cloud to be aligned, however, do you have a ...
With the source code of CC, I added a new xxx.ui created with Qt Designer, however, if I right click on the xxx.ui file, the option 'compile' is disabled, can you tell me how can I generate a ui_xxx.h for this xxx.ui file?
Daniel, The transformation history is interesting for a primitive, however, it is not presented in the manual (for a primitive). I tested with some cases, it's true that the third column of the matrix gives the axis (direction) of the a cylinder. Something I found : 1. For a plane, the 3rd column gi...