Scale iterative closest Point
Hello!
I am looking for a method to find the correspondance between 2 points clouds. I already tried some Iterative closest point algorithm but they only allowed to find the rotation and translation. But I need the scale too.
Thank you for any advices
You should look at PCL for everything related to point cloud in my opinion.
That's what I tried, but there is no scale with ICP!