I have two 3D points cloud with correspondances between points. I'm trying to find the best affine transformation between this two cloud, and I want to obtain finally: - Rotation - Shear - Scale - Translation
Curently i'm using Coherent point drift, but i know there is a better solution with probably mean square (probably procustes analysis) but with this solution I don't know how it is possible to extract more than only scale and rotation.
And there is a librairie to do this easily in python3 ?
Thank you in advance.