Point clouds with different proportions Registration
-
- Posts: 1
- Joined: Tue Mar 07, 2023 11:18 am
Point clouds with different proportions Registration
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
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
See https://github.com/CloudCompare/CCCoreL ... s.cpp#L945
Daniel, CloudCompare admin