Definition
- Epipolar plane: spanned by a 3D point and the two camera centers.
- Baseline: the line between the two camera centers; part of every epipolar plane.
- Epipole: intersection of the baseline with an image plane (can be outside the image or at infinity).
- Epipolar line: intersection of the epipolar plane with an image plane = projection of the other camera’s viewing ray. All epipolar lines go through the epipole.
Epipolar constraint
with and .
Intuition
The two viewing rays and the baseline are coplanar. The constraint is the statement ” is orthogonal to the normal of the epipolar plane”.
Use for matching: the corresponding point of must lie on the epipolar line , so the search is 1D instead of 2D.
Appears in
- Lecture 3, Epipolar geometry: definitions and visualizations
- Lecture 3, The Epipolar Constraint: derivation
- Lecture 1, course overview
- Lecture 4, Recap and rectification: epipolar lines become scanlines