mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
525 B
26 lines
525 B
\documentclass[11pt]{book} |
|
\newcommand{\targetlang}{} |
|
|
|
\usepackage{myopencv} |
|
\usepackage{amsmath} |
|
\usepackage{ifthen} |
|
|
|
\def\genc{true} |
|
\def\genpy{false} |
|
\def\targetlang{cpp} |
|
|
|
\title{OpenCV Reference Manual} % used by \maketitle |
|
\author{v2.0} % used by \maketitle |
|
\date{Nov 25, 2009} % used by \maketitle |
|
|
|
\begin{document} |
|
\maketitle % automatic title! |
|
|
|
\setcounter{tocdepth}{8} |
|
\tableofcontents |
|
|
|
%%% Chapters %%% |
|
\input{opencvref_body} |
|
%%%%%%%%%%%%%%%% |
|
|
|
\end{document} % End of document.
|
|
|