Update to 2.0.0 tree from current Fremantle build
[opencv] / doc / online-opencv-c.tex
1 \documentclass[11pt]{book}
2 \newcommand{\targetlang}{c}
3
4 \usepackage{myopencv}
5 \usepackage{amsmath}
6 \usepackage{ifthen}
7
8 \def\genc{true}
9 \def\genpy{false}
10 \def\targetlang{c}
11
12 \title{OpenCV Documentation}                    % used by \maketitle
13 \author{Authors}                                % used by \maketitle
14 \date{May 7, 2009}                              % used by \maketitle
15
16 \begin{document}
17 \maketitle                                      % automatic title!
18
19 \setcounter{tocdepth}{8}
20 \tableofcontents
21
22 %%% Chapters %%%
23 \include{CxCore-c}
24 \include{CvReference-c}
25 \include{CvAux}
26 \include{HighGui-c}
27 \include{MachineLearning}
28 \include{CxCore-cpp}
29 \include{Cv-cpp}
30 \include{HighGui-cpp}
31 \include{FAQ}
32 %%%%%%%%%%%%%%%%
33
34 \end{document}             % End of document.