rigid_transform_3D icon indicating copy to clipboard operation
rigid_transform_3D copied to clipboard

Does this work for real-world 3D transformation between two different coordinate system?

Open jiafei1224 opened this issue 2 years ago • 1 comments

If i have two coordinate system c1 and c2, and there are three sets of corresponding points that matchs in the real-world from both coordinate system, does this method work for finding transformation matrix? If yes, can you give me an example of such coordinates. Thanks

jiafei1224 avatar Feb 17 '23 07:02 jiafei1224

Yes, but it's up to you to make sure all the points are in the same coordinate system. Else you will get a solution that doesn't make sense.

nghiaho12 avatar Feb 17 '23 17:02 nghiaho12