Maksim Shabunin
886b1f39d9
Moved dnn module documentation and tutorials links higher in the lists
7 years ago
Alexander Alekhin
7241b90dec
cmake: special target to build/install docs only
8 years ago
Alexander Alekhin
c98330b2d1
cmake: special target to build/install docs only
8 years ago
Alexander Alekhin
3e0252ebcc
docs: drop plantuml support
8 years ago
Alexander Alekhin
2d10336601
fix documentation
8 years ago
Maksim Shabunin
5877debb6f
HAL resize, warpAffine, warpPerspective interface
...
- added HAL documentation support
- added documentation to HAL replacement interface
- updated several HAL functions in imgproc module
9 years ago
Maksim Shabunin
612822367d
Added auto-generated root page for all contrib tutorials
9 years ago
Maksim Shabunin
6d1cbc6458
Reorganized user guide
10 years ago
Maksim Shabunin
632afe6ae3
Fixed mangled install layout on unix machines
10 years ago
Roman Donchenko
1858b5cfba
Don't install documentation if it isn't built
...
The HAVE_DOC_GENERATOR variable was always true.
(cherry picked from commit 3d46c1f960
)
Conflicts:
doc/CMakeLists.txt
10 years ago
Roman Donchenko
3d46c1f960
Don't install documentation if it isn't built
...
The HAVE_DOC_GENERATOR variable was always true.
10 years ago
Maksim Shabunin
a5a510da4b
Support for compound modules, support for contrib_world
10 years ago
Maksim Shabunin
f8d09945ac
Added dummy build targets for compatibility
10 years ago
Maksim Shabunin
11591b3e9d
Added Qt help generation support
10 years ago
Maksim Shabunin
3ffae9f7b7
Some documentation customization
10 years ago
Maksim Shabunin
b4050c775e
Updated sample files documentation inclusions
10 years ago
Maksim Shabunin
ec9a17e71a
Restored PlantUML support for doxygen
10 years ago
Maksim Shabunin
bebf6c47c6
Removed Sphinx generation commands from cmake scripts
10 years ago
Maksim Shabunin
d3beb755df
Doxygen tutorials: support contrib, some minor changes
10 years ago
Maksim Shabunin
4ccbd44559
User guide converted to doxygen
10 years ago
Maksim Shabunin
875f922332
Doxygen tutorials: python basic
10 years ago
Maksim Shabunin
c5536534d8
Doxygen tutorials: warnings cleared
10 years ago
Maksim Shabunin
220f671655
Doxygen tutorials: some fixes in RST-docs
10 years ago
Maksim Shabunin
03e213ccae
Doxygen documentation: BiB references and fixes
10 years ago
Maksim Shabunin
1523fdcc1c
Doxygen documentation: more fixes and cleanups
10 years ago
Maksim Shabunin
ceb6e8bd94
Doxygen documentation: cuda
10 years ago
Maksim Shabunin
6aa7a86ae9
Doxygen documentation for core module
10 years ago
Maksim Shabunin
9b55c09999
Basic doxygen documentation support
...
- updated existing Doxyfile.in
- added corresponding cmake instructions
- added some specific files (layout, icon)
- clean existing doxygen warnings
Conflicts:
CMakeLists.txt
doc/CMakeLists.txt
modules/core/include/opencv2/core.hpp
modules/core/include/opencv2/core/base.hpp
modules/core/include/opencv2/core/cuda.inl.hpp
modules/core/include/opencv2/core/mat.hpp
modules/core/include/opencv2/core/matx.hpp
modules/core/include/opencv2/core/types.hpp
modules/flann/include/opencv2/flann/lsh_table.h
modules/imgproc/include/opencv2/imgproc.hpp
10 years ago
Maksim Shabunin
ba5f343c38
Basic doxygen documentation support
...
- updated existing Doxyfile.in
- added corresponding cmake instructions
- added some specific files (layout, icon)
- clean existing doxygen warnings
10 years ago
Vadim Pisarevsky
31df47b6ea
moved nonfree and a part of features2d to opencv_contrib/xfeatures2d
10 years ago
vbystricky
d58f736935
Split highgui module to videoio and highgui
10 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
Michael Pratt
cac1218eef
Build both Python 2 and Python 3 bindings
...
If both Python 2 and Python 3 are found, then build bindings for both of
them during the build process. Currently, one version of Python is
detected automatically, and building for the other requires changes the
CMake config.
The largest chunk of this change generalizes OpenCVDetectPython.cmake to
find both a Python 2 and Python 3 version of Python. Secondly, the
opencv_python module is split into two modules, opencv_python2 and
opencv_python3. Both are built from the same source. but for different
versions of Python.
11 years ago
Alexander Smorkalov
3ebdcafdd3
All installed files marked with component names for install customization.
...
(cherry picked from commit b75cbfde45
)
Conflicts:
cmake/OpenCVModule.cmake
11 years ago
Alexander Smorkalov
b75cbfde45
All installed files marked with component names for install customization.
11 years ago
Ilya Lavrenov
5d206059a8
moved bioinspired to opencv_contrib
11 years ago
Roman Donchenko
3314bc94b6
Reworked documentation building to work with extra modules.
...
The main problem with extra modules is that they're located outside
of the OpenCV root, while Sphinx requires that all documents are
within the documentation root. To circumvent this, we create a
"fake root" and copy all documentation (as well as all files that
it depends on) there. It's a bit messy, but what can you do.
As a bonus, this eliminates the need to generate modules/refman.rst
inside the source tree.
11 years ago
Alexander Alekhin
c0a27ea1a1
cmake: update install rules for doc
11 years ago
antonella
5b2d557502
Added plantuml extension
...
Aligned strings in CMakeList
Modified the check on plantuml extension
Some fixes
Moved find_host_program for plantuml script
11 years ago
Vladislav Vinogradov
80b9fd87dc
removed gpu module from OPENCV2_BASE_MODULES
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 years ago
Roman Donchenko
d302222d82
Don't put \r into OPENCV_REFMAN_TOC.
...
There's no need, since configure_file writes its output using native
line endings, anyway.
11 years ago
alexandre benoit
7bff79bbeb
updated demos and tutorial regarding the Retina class transfer to bioinspired module.
12 years ago
Alexander Smorkalov
20fef00a77
android -> plarforms/android
12 years ago
Andrey Kamaev
e9301c3c4b
Add opencv_cheatsheet.pdf to documentation build and silence Latex output
12 years ago
Alexander Smorkalov
e5468008aa
Installation of documents fixed.
12 years ago
Andrey Kamaev
82b30963d2
Restore pdf patch command
12 years ago
Marina Kolpakova
fb3d6ecb98
merged documentation and android service from trunk
13 years ago
Andrey Kamaev
bb51626573
Build pdf for Android Manager documentation
13 years ago
Andrey Kamaev
daad7900e2
Merged the trunk r8517:8524
13 years ago