Update to 2.0.0 tree from current Fremantle build
[opencv] / doc / online-opencv-py.tex
1 \documentclass[11pt]{book}
2
3 \usepackage{myopencv}
4 \usepackage{amsmath}
5
6 \title{OpenCV Documentation}                    % used by \maketitle
7 \author{Authors}                                % used by \maketitle
8 \date{May 7, 2009}                              % used by \maketitle
9
10 \begin{document}
11 \maketitle                                      % automatic title!
12
13 \setcounter{tocdepth}{8}
14 \tableofcontents
15
16 %%% Chapters %%%
17 \include{CxCore-py}
18 \include{CvReference-py}
19 \include{HighGui-py}
20 \include{FAQ}
21 %%%%%%%%%%%%%%%%
22
23 \end{document}             % End of document.