Name
Last commit
Last update
..
latex2sphinx Typo in floats
papers "atomic bomb" commit. Reorganized OpenCV directory structure
pics --no commit message
plastex "atomic bomb" commit. Reorganized OpenCV directory structure
python_fragments #301, sample code for CalcHist
vidsurv "atomic bomb" commit. Reorganized OpenCV directory structure
CMakeLists.txt always create <opencv_build_dir>/doc/html to avoid CMake 2.4 error messages
ChangeLog.htm updated docs: grabcut added, PDF updated, ChangeLog: removed duplicated section
CvAux.tex "atomic bomb" commit. Reorganized OpenCV directory structure
Doxyfile.in doxygenated opencv_video & opencv_calib3d modules (C++ part only)
FAQ.tex "atomic bomb" commit. Reorganized OpenCV directory structure
HighGui.tex Qt doc updated
HighGui_Qt.tex Qt doc updated
MachineLearning.tex "atomic bomb" commit. Reorganized OpenCV directory structure
README.txt "atomic bomb" commit. Reorganized OpenCV directory structure
common.m4 "atomic bomb" commit. Reorganized OpenCV directory structure
cv_calibration_3d.tex "atomic bomb" commit. Reorganized OpenCV directory structure
cv_feature_detection.tex moved matchesMask
cv_histograms.tex Typo
cv_image_filtering.tex fixed Latex docs for cleaner HTML output
cv_image_transform.tex updated docs: grabcut added, PDF updated, ChangeLog: removed duplicated section
cv_image_warping.tex "atomic bomb" commit. Reorganized OpenCV directory structure
cv_motion_tracking.tex fixed pdflatex compile error
cv_object_detection.tex "atomic bomb" commit. Reorganized OpenCV directory structure
cv_object_recognition.tex Added object recognition documentation
cv_planar_subdivisions.tex Loading commit data...
cv_struct_shape_analysis.tex Loading commit data...
cvaux_3d.tex Loading commit data...
cvaux_bgfg.tex Loading commit data...
cvaux_object_detection.tex Loading commit data...
cvcam.rtf Loading commit data...
cxcore_array_operations.tex Loading commit data...
cxcore_basic_structures.tex Loading commit data...
cxcore_clustering_search.tex Loading commit data...
cxcore_drawing_functions.tex Loading commit data...
cxcore_dynamic_structures.tex Loading commit data...
cxcore_introduction.tex Loading commit data...
cxcore_persistence.tex Loading commit data...
cxcore_utilities_system_functions.tex Loading commit data...
go Loading commit data...
haartraining.htm Loading commit data...
helvetica.sty Loading commit data...
index.htm Loading commit data...
license.txt Loading commit data...
online-opencv.tex Loading commit data...
opencv-logo.png Loading commit data...
opencv-logo2.png Loading commit data...
opencv.bib Loading commit data...
opencv.jpg Loading commit data...
opencv.pdf Loading commit data...
opencv.sty Loading commit data...
opencv.tex Loading commit data...
opencv_cheatsheet.pdf Loading commit data...
opencv_cheatsheet.tex Loading commit data...
opencvref_body.tex Loading commit data...
packaging.txt Loading commit data...
pattern.pdf Loading commit data...
verbdef.sty Loading commit data...
This file describes how to create the opencv.pdf manual in the
.../opencv/doc directory. It further describes how to produce
the html files on disk that populate the online OpenCV documenation
wiki.

-------------------------------------------------------------------------
In Ubuntu or Debian, required to build the opencv.pdf manual:

  sudo apt-get install     texlive texlive-latex-extra latex-xcolor texlive-fonts-extra
 
To build the HTML documentation, these are also required:

  sudo apt-get install python-setuptools             ## See [1] below for another install method
  sudo easy_install -U Sphinx                        ## This is NOT the speech recognition program. 
  sudo apt-get install     dvipng
  sudo easy_install plasTeX            

-------------------------------------------------------------------------
In other Linux distros you will also need to install LiveTeX and,
optionally, if you want to produce the hmtl files, the Sphinx tool (http://sphinx.pocoo.org/)

In MacOSX you can use MacTex (https://www.tug.org/mactex/).

In Windows you can use MiKTeX

--------------------------------------------------------------------------
(1) To build the latex files to create the opencv.pdf manual, in the 
.../opencv/doc directory, issue the command:

sh go

(2) If you want to build the html files that OpenCV uses to populate the 
online documentation, assuming you downloaded easy_install, 
Sphinx and plasTex as above, then from the .../opencv/doc/plastex directory, 
issue the "go" commend there:

sh go

The resulting html files will be be created in:  
.../opencv/doc/plastex/_build/html

--------------------------------------------------------------------------
[1] To install easy install on Ubuntu, try either (as stated above):
 sudo apt-get install python-setuptools
 or try using:
First:
  wget -q http://peak.telecommunity.com/dist/ez_setup.py
Then
  sudo python ez_setup.py