opencv/doc
2011-02-04 13:41:10 +00:00
..
latex2sphinx updated version number; removed unnecessary index.html and ChangeLog.htm 2010-12-04 19:21:45 +00:00
papers
pics
plastex
python_fragments
user_guide refactored OpenNI integration 2011-02-04 13:41:10 +00:00
vidsurv
calib3d.tex Fixed documentation 2010-12-21 13:17:52 +00:00
CMakeLists.txt
common.m4
core_array_operations.tex SSE2 optimization for Bayer->RGB; added Bayer->Gray with SSE2 optimization; corrected some bugs noted in the yahoogroups forum 2010-12-10 19:06:38 +00:00
core_basic_structures.tex fixed several typos in docs; make MLData capable of reading csv files with much more columns than before 2010-12-04 18:37:07 +00:00
core_clustering_search.tex
core_drawing_functions.tex fixed several typos in docs; make MLData capable of reading csv files with much more columns than before 2010-12-04 18:37:07 +00:00
core_dynamic_structures.tex
core_introduction.tex fixed several typos in docs; make MLData capable of reading csv files with much more columns than before 2010-12-04 18:37:07 +00:00
core_persistence.tex
core_utilities_system_functions.tex fixed several typos in docs; make MLData capable of reading csv files with much more columns than before 2010-12-04 18:37:07 +00:00
CvAux.tex
cvcam.rtf
Doxyfile.in
FAQ.tex
features2d_common_detection_description.tex fixed doc 2011-02-02 16:29:33 +00:00
features2d_detection_description.tex added docs for SURF_GPU and BruteForceMatcher_GPU 2011-01-13 09:39:42 +00:00
features2d_dynamic_detectors.tex update features2d documentation after changes create functions and DynamicAdaptedFeatureDetector 2010-11-25 17:44:16 +00:00
features2d_object_categorization.tex
flann.tex
go
goman OpenCV user guide prototype 2011-01-11 20:51:08 +00:00
gpu_calib3d.tex fixed GPU docs 2011-01-31 07:38:58 +00:00
gpu_data_structures.tex fixed docs 2011-02-03 13:19:56 +00:00
gpu_features2d.tex fixed GPU docs 2011-01-31 07:38:58 +00:00
gpu_image_filtering.tex fixed GPU docs 2011-01-31 07:38:58 +00:00
gpu_image_processing.tex fixed GPU docs 2011-01-31 07:38:58 +00:00
gpu_initialization.tex added perf test for gpu::erode, fixed docs, refactored perf. sample 2011-02-04 08:16:09 +00:00
gpu_introduction.tex fixed docs 2011-02-03 13:19:56 +00:00
gpu_matrix_operations.tex fixed some mistakes in gpu docs 2011-01-18 08:09:47 +00:00
gpu_matrix_reductions.tex added buffered version of norm, updated performance sample and docs 2011-02-01 10:46:19 +00:00
gpu_object_detection.tex added bib link to the article in GPU docs (for HOG) 2011-01-27 07:26:38 +00:00
gpu_per_element_operations.tex fixed some mistakes in gpu docs, added docs for gpu stereo. 2011-01-18 11:42:11 +00:00
haartraining.htm
helvetica.sty
highgui_qt.tex
highgui.tex
imgproc_feature_detection.tex
imgproc_histograms.tex
imgproc_image_filtering.tex added docs for GPU Filter Engine 2011-01-13 13:48:58 +00:00
imgproc_image_transform.tex
imgproc_image_warping.tex
imgproc_motion_tracking.tex
imgproc_object_detection.tex
imgproc_planar_subdivisions.tex
imgproc_struct_shape_analysis.tex fixed convexHull description; updated cvHaarDetectObjects description (maxSize parameter). 2010-11-29 17:06:37 +00:00
license.txt
ml.tex
objdetect.tex fixed convexHull description; updated cvHaarDetectObjects description (maxSize parameter). 2010-11-29 17:06:37 +00:00
online-opencv.tex
opencv_cheatsheet.pdf updated version number; removed unnecessary index.html and ChangeLog.htm 2010-12-04 19:21:45 +00:00
opencv_cheatsheet.tex updated version number; removed unnecessary index.html and ChangeLog.htm 2010-12-04 19:21:45 +00:00
opencv_user.pdf English corrected 2011-01-31 19:53:56 +00:00
opencv_user.tex Added features2d section 2011-01-18 15:56:40 +00:00
opencv-logo2.png
opencv-logo.png
opencv.bib added bib link to the article in GPU docs (for HOG) 2011-01-27 07:26:38 +00:00
opencv.ico remove interfaces from installation; remove opencv/utils dir completely 2010-12-03 22:55:08 +00:00
opencv.jpg
opencv.pdf intro fix in gpu module 2011-02-02 15:50:01 +00:00
opencv.sty
opencv.tex updated version number; removed unnecessary index.html and ChangeLog.htm 2010-12-04 19:21:45 +00:00
opencvref_body.tex documented data structures, cascade classifier GPU 2011-01-21 14:42:21 +00:00
packaging.txt
pattern.png replaced 8x6 pattern with 9x6, which orientation can be determined without any ambiguity 2010-12-13 15:00:35 +00:00
README.txt
verbdef.sty
video_motion_tracking.tex fixed several typos in docs; make MLData capable of reading csv files with much more columns than before 2010-12-04 18:37:07 +00:00

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/latex2sphinx directory, 
issue the "buildall" commend there:

sh buildall

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

Under this html directory, you will find index.html files for:
  cpp   The C++ manual
  c     The C manual
  py    The Python manual

--------------------------------------------------------------------------
[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