|
|
|
@ -153,17 +153,17 @@ |
|
|
|
|
\section{Key OpenCV Classes} |
|
|
|
|
\begin{tabular}{@{}p{\the\MyLen}% |
|
|
|
|
@{}p{\linewidth-\the\MyLen}@{}} |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#Point}{Point\_}} & Template 2D point class \\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#Point3}{Point3\_}} & Template 3D point class \\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#Size}{Size\_}} & Template size (width, height) class \\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#Vec}{Vec}} & Template short vector class \\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#Scalar}{Scalar}} & 4-element vector \\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#Rect}{Rect}} & Rectangle \\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#Range}{Range}} & Integer value range \\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#Mat}{Mat}} & 2D dense array (used as both a matrix or an image)\\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#MatND}{MatND}} & Multi-dimensional dense array \\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#SparseMat}{SparseMat}} & Multi-dimensional sparse array \\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#Ptr}{Ptr}} & Template smart pointer class |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#point}{Point\_}} & Template 2D point class \\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#point3}{Point3\_}} & Template 3D point class \\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#size}{Size\_}} & Template size (width, height) class \\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#vec}{Vec}} & Template short vector class \\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#scalar}{Scalar}} & 4-element vector \\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#rect}{Rect}} & Rectangle \\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#range}{Range}} & Integer value range \\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#mat}{Mat}} & 2D dense array (used as both a matrix or an image)\\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#matnd}{MatND}} & Multi-dimensional dense array \\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#sparsemat}{SparseMat}} & Multi-dimensional sparse array \\ |
|
|
|
|
\texttt{\href{http://opencv.willowgarage.com/documentation/cpp/basic_structures.html\#ptr}{Ptr}} & Template smart pointer class |
|
|
|
|
\end{tabular} |
|
|
|
|
|
|
|
|
|
\section{Matrix Basics} |
|
|
|
|