Page 1 of 1
How does align tool work ?
Posted: Thu May 15, 2025 1:32 pm
by Jean-Yves
Hello,
I'm looking for documentation to understand how the “align” tool works.
On which values is the root mean square calculated?
How does it work?
Thank you in advance.
Re: How does align tool work ?
Posted: Fri May 16, 2025 5:34 pm
by daniel
So the documentation is here:
https://www.cloudcompare.org/doc/wiki/index.php/Align
And the RMS is simply the root of the average squared distance between every pair of points (after registration).
Re: How does align tool work ?
Posted: Mon May 19, 2025 10:00 am
by Jean-Yves
Thank you very much.
If I understand correctly, this is a 7-parameters HELMERT transformation such that the distance between each pair of points is minimised ?
Re: How does align tool work ?
Posted: Thu May 22, 2025 3:30 pm
by daniel
Yes, I believe we use Umeyama's algorithm to find it.
And before we were using: 'Closed-form solution of absolute orientation using unit quaternions', B.K.P. Horn, 1987.