How to compute the rotation and translation between 2 cameras?

xboxmysox picture xboxmysox · Apr 6, 2011 · Viewed 7.3k times · Source

I am aware of the chessboard camera calibration technique, and have implemented it.

If I have 2 cameras viewing the same scene, and I calibrate both simultaneously with the chessboard technique, can I compute the rotation matrix and translation vector between them? How?

Answer

Harsha picture Harsha · Apr 29, 2012

If you have the 3D camera coordinates of the corresponding points, you can compute the optimal rotation matrix and translation vector by Rigid Body Transformation