Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

camera pose estimation

I have used opencv to calibrate a stereo camera pair.

Using the determined Rotation matrix and Translation vector, I would like to be able to calculate the pose of the second(R) camera, given the pose of the first(L) camera.

I have a scene where I use solvePnP to calculate the pose of the Left camera, rvec and tvec. How can I determine the rvec and tvec of the Right camera?

Thanks

click to hide/show revision 2
retagged

updated 2013-10-25 14:14:49 -0600

berak gravatar image

camera pose estimation

I have used opencv to calibrate a stereo camera pair.

Using the determined Rotation matrix and Translation vector, I would like to be able to calculate the pose of the second(R) camera, given the pose of the first(L) camera.

I have a scene where I use solvePnP to calculate the pose of the Left camera, rvec and tvec. How can I determine the rvec and tvec of the Right camera?

Thanks