Ask Your Question

olya_gm's profile - activity

2019-06-27 15:17:56 -0600 received badge  Popular Question (source)
2017-11-19 08:02:19 -0600 received badge  Student (source)
2015-02-17 16:25:56 -0600 asked a question Using rotation and translation between two cameras obtained from stereoCalibrate()

Hello, I have two questions:

1) When I calibrate a stereo camera with stereoCalibrate(), I get R and T. My question is: with this rotation and translation which of the following is correct

formula or formula

where X1, Y1, Z1 are the 3D coordinates of the point in the 1st camera coordinate system, and X2, Y2, Z2 are the 3D coordinates of the point in the 2nd camera coordinate system respectively. The second option seems to be more reasonable, but I would like to know for sure.

2) If I have a known pose of the object (R1, T1) relative to the 1st camera, and I have the rotation matrix and translation vector between 1st and the 2nd camera (R, T), how can I get the pose of the object relative to the 2nd camera (R2, T2)?

Thank you very much for the answers!

2015-02-17 16:25:56 -0600 asked a question Using rotation and translation between two cameras obtained from stereoCalibrate()

Hello, I have two questions:

1) When I calibrate a stereo camera with stereoCalibrate(), I get R and T. My question is: with this rotation and translation which of the following is correct

formula or formula

where X1, Y1, Z1 are the 3D coordinates of the point in the 1st camera coordinate system, and X2, Y2, Z2 are the 3D coordinates of the point in the 2nd camera coordinate system respectively. The second option seems to be more reasonable, but I would like to know for sure.

2) If I have a known pose of the object (R1, T1) relative to the 1st camera, and I have the rotation matrix and translation vector between 1st and the 2nd camera (R, T), how can I get the pose of the object relative to the 2nd camera (R2, T2)?

Thank you very much for the answers!