Definition

Rectification warps the two camera image planes so that they become parallel: both images are reprojected onto a common plane parallel to the baseline (with one homography per image).

After rectification:

  • the epipolar lines are horizontal and the epipoles are at infinity
  • corresponding points have the same coordinate, so matching is a 1D search along a scanline
  • the essential matrix becomes trivial:

Formula

Trap

Rectification is a preprocessing step before stereo matching. It warps the images, it does not move the cameras and does not compute depth.

Appears in