The 3D reconstruction literature all mentions the following relationship:
Given a point
m1
in the first image, the homogeneous coordinates of the epipolar linel2
in the second image corresponding tom1
arel2 = Fm1
.
However, I can't get my head around what the coordinates of l2
represent in old-fashioned cartesian coordinates (i.e., the image coordinates). It's a single point, so how would I, say, physically draw the line on the image?
- Is it a vector direction from the epipole?
- Do
l2
and the epipole specify two points on the epipolar line? - Is it something else that I'm not grasping?
I hope it's the third choice, because the other two don't seem to work out in my case.