Ask Your Question
0

Why the optical center stay unchanged when do stereRectify

asked 2018-10-09 01:43:09 -0600

german_iris gravatar image

updated 2018-10-16 14:33:57 -0600

I find that the stereo rectify algorithm always keep the optical center unchanged and just rotate the two cameras. Is it possible to translate the cameras during stereo rectification?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2018-10-16 14:32:10 -0600

Rectification accomplishes the task of rotating and translating left and right images into epiolar geometry.

Recall that with epipolar geometry corresponding features of real objects appear on the same row of the left and right image. A feature will show a disparity offset in the two camera views proportional to baseline length and inversely proportional to distance. (Note: I'm not exactly sure where cross-eyed camera correction is done, but it is accounted for in the stereo/extrinsic camera R and T from the stereo calibration step).

Rectification also includes translation of an image in the axis normal to the baseline between the two cameras (up and down for a left/right camera pair).

If rectification were to translate one of the camera images along the baseline axis, then camera's rotation and translation vectors determined during multi-camera stereo or extrinsic calibration would no longer be valid for that image. Nor would the camera intrinsics matrix, distortion coefficients or projection matrix.

Furthermore, translating a rectified image does not increase or decrease the volume overlap between the two cameras. The math and geometry is simpler if one does not complicate things with an unnecessary translation.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-10-09 01:43:09 -0600

Seen: 468 times

Last updated: Oct 16 '18