Point clouds with different proportions Registration

Feel free to ask any question here
Post Reply
darren_pty
Posts: 1
Joined: Tue Mar 07, 2023 11:18 am

Point clouds with different proportions Registration

Post 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?
daniel
Site Admin
Posts: 7710
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Point clouds with different proportions Registration

Post 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
Daniel, CloudCompare admin
Post Reply