mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
.. | ||
latex2sphinx | ||
papers | ||
pics | ||
plastex | ||
python_fragments | ||
vidsurv | ||
ChangeLog.htm | ||
CMakeLists.txt | ||
common.m4 | ||
cv_calibration_3d.tex | ||
cv_feature_detection.tex | ||
cv_histograms.tex | ||
cv_image_filtering.tex | ||
cv_image_transform.tex | ||
cv_image_warping.tex | ||
cv_motion_tracking.tex | ||
cv_object_detection.tex | ||
cv_planar_subdivisions.tex | ||
cv_struct_shape_analysis.tex | ||
cvaux_3d.tex | ||
cvaux_bgfg.tex | ||
cvaux_object_detection.tex | ||
CvAux.tex | ||
cvcam.rtf | ||
cxcore_array_operations.tex | ||
cxcore_basic_structures.tex | ||
cxcore_clustering_search.tex | ||
cxcore_drawing_functions.tex | ||
cxcore_dynamic_structures.tex | ||
cxcore_introduction.tex | ||
cxcore_persistence.tex | ||
cxcore_utilities_system_functions.tex | ||
FAQ.tex | ||
go | ||
haartraining.htm | ||
helvetica.sty | ||
HighGui.tex | ||
index.htm | ||
license.txt | ||
MachineLearning.tex | ||
online-opencv.tex | ||
opencv-logo2.png | ||
opencv-logo.png | ||
opencv.bib | ||
opencv.jpg | ||
opencv.pdf | ||
opencv.sty | ||
opencv.tex | ||
opencvref_body.tex | ||
packaging.txt | ||
pattern.pdf | ||
README.txt | ||
verbdef.sty |
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