]> rtime.felk.cvut.cz Git - opencv.git/commitdiff
More support files
authorjamesb <jamesb@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Thu, 18 Mar 2010 04:42:15 +0000 (04:42 +0000)
committerjamesb <jamesb@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Thu, 18 Mar 2010 04:42:15 +0000 (04:42 +0000)
git-svn-id: https://code.ros.org/svn/opencv/trunk@2852 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08

opencv/doc/latex2sphinx/mymath.sty [new file with mode: 0644]
opencv/doc/latex2sphinx/opencv-logo2.png [new file with mode: 0644]

diff --git a/opencv/doc/latex2sphinx/mymath.sty b/opencv/doc/latex2sphinx/mymath.sty
new file mode 100644 (file)
index 0000000..491c160
--- /dev/null
@@ -0,0 +1,42 @@
+\ProvidesPackage{mymath}
+
+\newcommand{\matTT}[9]{
+\[
+\left|\begin{array}{ccc}
+ #1 & #2 & #3\\
+ #4 & #5 & #6\\
+ #7 & #8 & #9
+\end{array}\right|
+\]
+}
+
+\newcommand{\fork}[4]{
+  \left\{
+  \begin{array}{l l}
+  #1 & \mbox{#2}\\
+  #3 & \mbox{#4}\\
+  \end{array} \right.}
+\newcommand{\forkthree}[6]{
+  \left\{
+  \begin{array}{l l}
+  #1 & \mbox{#2}\\
+  #3 & \mbox{#4}\\
+  #5 & \mbox{#6}\\
+  \end{array} \right.}
+
+\newcommand{\vecthree}[3]{
+\begin{bmatrix}
+ #1\\
+ #2\\
+ #3
+\end{bmatrix}
+}
+
+\newcommand{\vecthreethree}[9]{
+\begin{bmatrix}
+ #1 & #2 & #3\\
+ #4 & #5 & #6\\
+ #7 & #8 & #9
+\end{bmatrix}
+}
+
diff --git a/opencv/doc/latex2sphinx/opencv-logo2.png b/opencv/doc/latex2sphinx/opencv-logo2.png
new file mode 100644 (file)
index 0000000..cdd5428
Binary files /dev/null and b/opencv/doc/latex2sphinx/opencv-logo2.png differ