
Two cameras take a picture of the same scene from different points of view. The epipolar geometry then describes the relation between the two resulting views.

Epipole (epipolar point)
a 3x3 matrix that encodes the epipolar geometry of two views where the cameras are already calibrated.
Since CC’, Cq, and C’q’ vectors are three vectors that lie on the same epipolar plane we have the following equations:

q=Cq in the frame of camera C (also use C for the 3d point), denoted by Xc;
CC’ in frame C is t;
Rq’=C’q’ since
matrix representation of the cross product


