Maksim Shabunin
555fdf893a
Documenting imgproc module
...
- disabled doxygen tree
- enabled doxygen enum listing
- added imgproc reference to main page
- enabled BiB support
- chenged doxygen root page format
10 years ago
Dmitriy Anisimov
28944336d4
updated linux installation documentation
10 years ago
Maksim Shabunin
6aa7a86ae9
Doxygen documentation for core module
10 years ago
eltermann
b3a60b9c22
Documentation fix on py_tutorials/py_feature2d
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
1176d4ef84
fixed some more compile errors and test failures
10 years ago
Vadim Pisarevsky
c422bdc3f8
fixed some more compile errors and test failures
10 years ago
micha137
67b2380d19
Update table_of_content_introduction.rst
10 years ago
micha137
96cd0d82e5
Update tutorials.rst
...
Change some wording
10 years ago
eltermann
c87af333b3
Documentation fix on py_tutorials
10 years ago
berak
7cb3f3def7
change remaining c-api CV_ prefixes in constants
10 years ago
Dmitriy Anisimov
71348651eb
fixed display_image tutorial sample
10 years ago
Dmitriy Anisimov
55c799a474
fixed warnings in documents
10 years ago
Maksim Shabunin
88aea1d52f
Stripped iCCP chunk from png files
10 years ago
Philipp Hasper
ac206ccb05
Visual Studio tutorial: updated library names
10 years ago
jeremy
56091bae1f
changing many instances of the same grammar error in documentation
10 years ago
Dmitriy Anisimov
ad00e0dd43
tt & header background colors changed
10 years ago
Dmitriy Anisimov
e7b3a73b62
fixed all known issues
10 years ago
Dmitriy Anisimov
e7af509c86
different enhancements
10 years ago
Alexander Shishkov
acc2efab50
updated links to the official OpenCV youtube channel
10 years ago
Dmitriy Anisimov
5d4bd700a7
slight changes, theme become more similar with current
10 years ago
Dmitriy Anisimov
3334c06e8b
initial commit
10 years ago
Alexander Shishkov
9dc5c58f62
Update py_setup_in_windows.rst
10 years ago
Ariel Elkin
d06c73861d
Doc: update video processing tutorial code for OpenCV v2.4.9 and v3a
10 years ago
Bence Magyar
1118a7d15a
Update tocDefinitions.rst
...
Second fix in docs needed for https://github.com/Itseez/opencv_contrib/pull/70
http://www.build.opencv.org/buildbot/builders/precommit-contrib_docs/builds/277
10 years ago
f-morozov
886319c81d
AKAZE fixes and tracking tutorial
10 years ago
abidrahmank
7f8e1f480a
Python bindings tutorial
10 years ago
Vadim Pisarevsky
00b2124876
fixing more compile problems with Java bindings etc
10 years ago
Vadim Pisarevsky
31df47b6ea
moved nonfree and a part of features2d to opencv_contrib/xfeatures2d
10 years ago
edgarriba
e2edfecb80
fixed white space
10 years ago
edgarriba
591355d2c8
remove whitespaces
10 years ago
edgarriba
9547110533
Update tutorial
10 years ago
edgarriba
7b0be9cf8f
Update code
10 years ago
edgarriba
2353436cb5
Removed whitespace
10 years ago
edgarriba
4447dbe265
Removed whitespace
10 years ago
edgarriba
e3afc32693
Removed whitespace
10 years ago
edgarriba
56704b5e95
Update tutorial
10 years ago
edgarriba
08e8f9ca45
Added some definitions
10 years ago
edgarriba
9a25cb012d
Update some text
10 years ago
f-morozov
7f82960897
AKAZE fixes, tests and tutorial
10 years ago
edgarriba
0ac84755a0
Update tutorial
10 years ago
Joan Puigcerver
16a82b1747
Added an option to traincascade program to select the maximum number of threads to use during training
10 years ago
vbystricky
d58f736935
Split highgui module to videoio and highgui
10 years ago
edgarriba
89246e1a45
Update Ransac documentation
11 years ago
edgarriba
e395e03040
Real Time Pose tutorial
11 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
Marvin Smith
14548227ca
Adding support for GDAL raster images.
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
PhilLab
3ece65ad62
Updates python feature matching tutorial
...
The given ORB parameter was misspelled
11 years ago
Neo Alienson
b6e25a9fc7
Fix typos
11 years ago