Page 1 of 1

Possible bug from C2C Registration

Posted: Thu Feb 25, 2016 3:51 pm
by BrunaGarcia
Hi,
I have an issue with C2C Registration. Its the second time it happens to me, so i will explain:
I built two models of a rock using two types of camera. If I change the RMS difference to a value less than 10^-8 it causes a bug that makes one of the two clouds disappear!
I tried to save in an other format and also in an other file to reopen and see whats happening but, apparently, it causes the "disparition" of at least one of my clouds!

Re: Possible bug from C2C Registration

Posted: Thu Feb 25, 2016 5:38 pm
by daniel
Interesting.

Do you let the ICP algorithm 'scale' one of the cloud? If yes then maybe the scale tends towards 0?

Anyway 10e-8 is way too small (because we are working with 32 bits floating point values and they are not that accurate). I wouldn't go below 10e-6.

Nevertheless I'll try to reproduce this on my side and fix the bug ;)

Re: Possible bug from C2C Registration

Posted: Thu Mar 03, 2016 2:57 pm
by BrunaGarcia
Thank you!