-
Notifications
You must be signed in to change notification settings - Fork 0
/
Basics.tex
20 lines (15 loc) · 1014 Bytes
/
Basics.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\chapter{Mathematical Principles}
\begin{itemize}
\item use Markus Mann - StereoCameraCalibration.pdf !!!!
\item and Camera Calibration for Stereo Vision.pdf
\item Disparity
\item Rectification
\item Triangulation?
\end{itemize}
\section{Disparity}
\begin{itemize}
\item Disparity Map
\end{itemize}
"Disparity refers to the distance between two corresponding points in the left and right image of a stereo pair. Obviously this process involves choosing a point in the left hand frame and then finding its match (often called the corresponding point) in the right hand image; often this is a particularly difficult task to do without making a lot of mistakes. A useful topic to read about when performing stereo matching is rectification. This will make the process of matching pixels in the left and right image considerably faster as the search will be horizontal."
(http://stackoverflow.com/questions/17607312/difference-between-disparity-map-and-disparity-image-in-stereo-matching)
\section{Rectification}