Skip to content

Commit

Permalink
Document the --left-image-crop-win feature
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Jan 2, 2013
1 parent 8f6f7a2 commit 0e6f0f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/book/tools.tex
Expand Up @@ -54,6 +54,7 @@ \section{stereo}
\texttt{-\/-threads \textit{integer(=0)}} & Set the number threads to use. 0 means use default defined in the program or in the .vwrc file\\ \hline
\texttt{-\/-session-type|-t pinhole|isis|dg} & Select the stereo session type to use for processing. Usually the program can select this automatically for the file extension.\\ \hline
\texttt{-\/-stereo-file|-s \textit{filename(=./stereo.default)}} & Define the stereo.default file to use\\ \hline
\texttt{-\/-left-image-crop-win \textit{arg}} & Do stereo in this region [xoff yoff xsize ysize] of the left image [default: use the entire image].\\ \hline
\texttt{-\/-entry-point|-e 1|2|3|4} & Pipeline entry point \\ \hline
\end{longtable}

Expand All @@ -68,7 +69,7 @@ \subsection{Entry Points}

The \texttt{stereo -e \textit{number}} option can be used to restart
a {\tt stereo} job partway through the stereo correlation process.
Restarting can be handy when debugging while iterating on {\tt
Restarting can be useful when debugging while iterating on {\tt
stereo.default} settings.

Stage 0 (Preprocessing) normalizes the two images and aligns them
Expand All @@ -90,7 +91,7 @@ \subsection{Entry Points}

\subsection{Decomposition of Stereo}

Users watching their system closely will notice that the \texttt{stereo}
The \texttt{stereo}
executable is actually a python script that makes calls to seperate
C++ executables for each entry point.

Expand Down

0 comments on commit 0e6f0f3

Please sign in to comment.