next up previous
Next: Stereo matching Up: Computer Vision IT412 Previous: Motivation

Subsections

Problem definition

 

The correspondence problem and reconstruction problem

Given two images formed in the retinal planes $\Pi$and $\Pi'$, we want to solve two problems:

Disparity and depth

The parallel camera case

This is a special stereo camera configuration in which
  
Figure 1: Disparity and depth measures for parallel cameras (schematic after Faugeras).
\begin{figure}
\begin{center}
\

\psfig {figure=disp-parallel.xfigps,height=6cm}
\end{center}\end{figure}

Given a scene point M and its two projection points m of coordinates (u,v) and m' of coordinates (u',v'), the disparity value d is defined as

d = u' - u

Note that v = v' as there is no vertical parallax between the two cameras. The depth measure z of M is related to the disparity value d as follows (Fig. 1):

\begin{displaymath}
z = \frac{ f \Vert \, \mbox{\bf t} \, \Vert } { d }\end{displaymath}

In parallel camera configurations, the epipolar lines coincide with the horizontal scanlines, and the epipoles are at infinity (Fig. 2). As will be seen in Section [*], stereo matching is greatly simplified for parallel cameras.


  
Figure 2: In parallel camera configurations, the epipolar lines are parallel.
\begin{figure}
\begin{center}
\

\psfig {figure=epline-parallel.xfigps,height=5cm}
\end{center}\end{figure}

The general case

Given two corresponding points $m \leftrightarrow m'$that have coordinates (u,v) and (u',v') projected by a scene point M in a general stereo camera configuration, the disparity measure between m and m' is in fact a 2-vector instead of a real number. In this case, Faugeras (Ch. 6, 1993) chose to define the depth value z of M as the perpendicular distance of M from the baseline t and disparity d as a real number that measures the inverse of z (Fig. 3).

Another definition for the depth measure of a scene point is the z-component of the scene point relative to a coordinate system fixed at one of the cameras' optical centre.


  
Figure 3: A definition of depth measure of a scene point in general stereo configurations (after Faugeras).
\begin{figure}
\begin{center}
\

\psfig {figure=disp-general.xfigps,height=5cm}
\end{center}\end{figure}

For general stereo configurations, the epipolar lines in each retinal plane meet at an epipole at a finite distance (Fig. 4). Depending on the orientation of the retinal planes $\Pi$ and $\Pi'$relative to the baseline ${\bf t}$, one of the epipoles may still be at infinity.

  
Figure 4: In general stereo configurations, the epipolar lines in at least one retinal plane intersect at a point called the epipole at a finite distance.
\begin{figure}
\begin{center}
\

\psfig {figure=epline-general.xfigps,height=6cm}
\end{center}\end{figure}


next up previous
Next: Stereo matching Up: Computer Vision IT412 Previous: Motivation
Robyn Owens
10/29/1997