From 2d6580faab5a04e2c0bd57e3ef308cd93fdb8859 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Wed, 9 Jun 2010 17:02:44 +0000 Subject: [PATCH] some hyperrefs fixed --- doc/opencv_cheatsheet.pdf | Bin 149538 -> 149538 bytes doc/opencv_cheatsheet.tex | 22 +++++++++++----------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/opencv_cheatsheet.pdf b/doc/opencv_cheatsheet.pdf index bc9bf65592cd9dbdd5ec5c9b3a9fa355b781adcf..23fd014ce8436ea4157f0aae0601a274dfe4bf38 100644 GIT binary patch delta 215 zcmZ29fpgIW&JE|}84D(#m%j}pS1a6QES}t{c$=|oa;nlTAlpItE@RPTIhE@`@|(&X z#@xx5Rd2E8CYI!-Ox~n+gT1&Qv8XsTck)E_n~Vj`*&6NH8jQ=cHJG^A3=IqnO)aMv z8ZpU2+1sZWG3kjW7`RxN7`Ym{m^vF9IGY)nIT^Z`n>iYo7`Rv(nVFfH*eTc$R1< eXUA1sl2}wyQIwj-WoTkzXlll#s_N?R#svTr%R);4 delta 215 zcmZ29fpgIW&JE|}83QJtm%j}pS1a6Q44&Mnc$+b7a;nlTAlpItE@RMSIhE@`@|(&X zM&HSoRd2ESCYJcQOx~n+gFUz)v8XuJck)E_n~VX?*&6NH8jQ=cHJG^A3@lA8Of04s z8ZpU2+1sZWG3kjW7`d98nOhiJ8k!lHx;eQTTDlq-xH`L9x>=Z77&x1m+bP%(R1< eXUA1sl2}wyQIwj-WoTkzXlll#s_N?R#svTo%s~?X diff --git a/doc/opencv_cheatsheet.tex b/doc/opencv_cheatsheet.tex index 9ab4ee6a72..fd9317573e 100644 --- a/doc/opencv_cheatsheet.tex +++ b/doc/opencv_cheatsheet.tex @@ -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}