Page 1 of 1

Point clouds with different proportions Registration

Posted: Tue Mar 07, 2023 11:34 am
by darren_pty
Register two point clouds with different proportions, clik ''align ( point pairs picking )'', then select several point pairs and select "adjust scale" , two point clouds are registered. What is the principle or algorithm behind this ?How does it calculate the affine matrix?

Re: Point clouds with different proportions Registration

Posted: Thu Mar 16, 2023 10:51 am
by daniel
It's the classical 'Horn' point set registration process ('Closed-form solution of absolute orientation using unit quaternions', B.K.P. Horn, 1987), with a small refinement for scaling.

See https://github.com/CloudCompare/CCCoreL ... s.cpp#L945