ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/tengDissertation/Appendix.tex
(Generate patch)

Comparing trunk/tengDissertation/Appendix.tex (file contents):
Revision 2815 by tim, Wed Jun 7 18:34:05 2006 UTC vs.
Revision 2816 by tim, Wed Jun 7 19:51:57 2006 UTC

# Line 377 | Line 377 | Fig.~\ref{oopseFig:staticPropsProcess}.
377   \centering
378   \includegraphics[width=\linewidth]{staticPropsProcess.eps}
379   \caption[A representation of the three-stage correlations in
380 < \texttt{StaticProps}]{Three-stage processing in
381 < \texttt{StaticProps}. $S_1$ and $S_2$ are the numbers of selected
382 < stuntdobules from {\tt -{}-sele1} and {\tt -{}-sele2} respectively,
383 < while $C$ is the number of stuntdobules appearing at both sets. The
384 < first stage($S_1-C$ and $S_2$) and second stages ($S_1$ and $S_2-C$)
385 < are completely non-overlapping. On the contrary, the third stage($C$
386 < and $C$) are completely overlapping}
387 < \label{oopseFig:staticPropsProcess}
380 > \texttt{StaticProps}]{This diagram illustrates three-stage
381 > processing used by \texttt{StaticProps}. $S_1$ and $S_2$ are the
382 > numbers of selected stuntdobules from {\tt -{}-sele1} and {\tt
383 > -{}-sele2} respectively, while $C$ is the number of stuntdobules
384 > appearing at both sets. The first stage($S_1-C$ and $S_2$) and
385 > second stages ($S_1$ and $S_2-C$) are completely non-overlapping. On
386 > the contrary, the third stage($C$ and $C$) are completely
387 > overlapping} \label{oopseFig:staticPropsProcess}
388   \end{figure}
389  
390   The options available for {\tt StaticProps} are as follows:
# Line 462 | Line 462 | incremented, until all frame pairs have been correlate
462   incremented and the process repeated until the end of the
463   trajectory. Once the end is reached, the first block is freed then
464   incremented, until all frame pairs have been correlated in time.
465 + This process is illustrated in
466 + Fig.~\ref{oopseFig:dynamicPropsProcess}.
467  
468 + \begin{figure}
469 + \centering
470 + \includegraphics[width=\linewidth]{dynamicPropsProcess.eps}
471 + \caption[A representation of the block correlations in
472 + \texttt{dynamicProps}]{This diagram illustrates block correlations
473 + processing in \texttt{dynamicProps}. The shaded region represents
474 + the self correlation of the block, and the open blocks are read one
475 + at a time and the cross correlations between blocks are calculated.}
476 + \label{oopseFig:dynamicPropsProcess}
477 + \end{figure}
478 +
479   The options available for DynamicProps are as follows:
480   \begin{longtable}[c]{|EFG|}
481   \caption{DynamicProps Command-line Options}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines