Alexander Smorkalov
1e332d690f
OpenCV verison incremented
...
OpenCV Manager verison incremeneted;
Docs and tests updated accordingly;
COnstant for Manager initialization added.
12 years ago
Alexander Shishkov
382695ba5a
removed links to the http://opencv.willowgarage.com/
12 years ago
Andrey Kamaev
6ce050d264
Update docs
12 years ago
Vadim Pisarevsky
2be7d9b4d5
added tutorial by Wolf Kienzle on using "image watch" plugin for ms visual studio
12 years ago
Jonathan Bohren
221d610d55
calib3d model superscript should be subscript
12 years ago
marina.kolpakova
157a98edf7
refactored cuda error handling; remove optional dependancies in soft cascade training app
12 years ago
Andrey Kamaev
ad5cddc007
Main module headers are moved 1 level up
...
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
12 years ago
Andrey Pavlenko
de3767df0a
minor formatting
12 years ago
Andrey Pavlenko
aaefd31844
more formatting
12 years ago
Andrey Pavlenko
23fb570cbd
updating JNI lib location for Unix; formatting update
12 years ago
Andrey Pavlenko
07b1ccdeb0
removing redundant picture resize
12 years ago
Andrey Pavlenko
978132edc1
minor Android tutorial fixes
12 years ago
Andrey Pavlenko
af2552d72c
fixing issues from http://www.code.opencv.org/issues/2807
12 years ago
Alexander Smorkalov
8458f5c489
Android tutorial updated
...
OpenCV version incremented;
New CvCameraViewListener interface description added.
12 years ago
NCBee
7249457771
Update doc/tutorials/core/adding_images/adding_images.rst
...
Quick fix for: http://code.opencv.org/issues/2803
12 years ago
Andrey Kamaev
11bd936f0b
Fix warnings from documentation build
12 years ago
Andrey Kamaev
9498856b22
Fix documentation problems found by check_docs2 script
12 years ago
Alexander Smorkalov
637b48eec8
Tutorial for ARM Linux cross compilation added.
12 years ago
Andrey Kamaev
60f7b1d98d
Whitelist functions/structs in check_docs2 that are impossible to fix in 2.4
12 years ago
Andrey Kamaev
2fe7482b73
Add support for enums into rst ocv domain
12 years ago
Andrey Kamaev
535f1fb2e2
Hack to stop parsing of problematic CvStatModel::train definition
12 years ago
Andrey Kamaev
0570aa6494
Avoid problem of old sphinx reporting an error on lines starting from :
...
See http://sourceforge.net/tracker/?func=detail&aid=3484857&group_id=38414&atid=422030
12 years ago
Andrey Pavlenko
edb15dee3d
review feed-back considered
12 years ago
Andrey Pavlenko
a8c2fc6908
changing layout, adding ant and eclipse sections, more pictures
12 years ago
Alexander Smorkalov
c7e7b77093
Tutorial for Android synchronized with actual application framework.
12 years ago
Andy Maloney
e7ea90f87f
Mat tutorial - grammar and spelling fixes
12 years ago
Daniil Osokin
b5ed86c6a1
Fixed sample files in "Using OpenCV with gcc and CMake" tutorial (bug #2663 , #2588 )
12 years ago
Alexander Smorkalov
627b441022
Bugfix #2532 patch 4 corner detection sample possible bug solved.
...
Tutorial text was not consistent with tutorial source code in samples directory.
Inline source code was replaced on "includeliteral" directive with link to cpp file.
12 years ago
Daniil Osokin
7305f955a5
Added nonfree header in "Feature description" tutorial code sample (bug #2527 )
12 years ago
Daniil Osokin
568591670c
Fixed color code in cvtColor in "Load, Modify, and Save an Image" tutorial (bug #2739 )
12 years ago
Daniil Osokin
e33f3e8345
Fixed cheatsheet for loop (bug #2701 )
12 years ago
Daniil Osokin
f9bff103dd
Removed obsolete steps from Windows installation tutorial (bug #2550 )
12 years ago
Andy Maloney
5d65d000ab
Docs: Fix invalid conversion format in example (CV_BGR2GREY -> CV_BGR2GRAY)
12 years ago
Eric Christiansen
c2c2403a79
Added a desktop Java tutorial
12 years ago
Andrey Kamaev
e9301c3c4b
Add opencv_cheatsheet.pdf to documentation build and silence Latex output
12 years ago
Andrey Kamaev
e3474878b6
Consistently use 4-digit library version
12 years ago
Andrey Kamaev
b362d47d95
Fix documentation build with Sphinx 1.07
12 years ago
Alexander Smorkalov
8cb0343f4c
Documentation build warning fixes.
...
Invalid links and refences fixed.
SpaeseMat class documentation updated.
12 years ago
Vsevolod Glumov
c0411caef4
Fixed a bunch of minor issues in 'dev_with_OCV_on_Android.rst'.
12 years ago
Andrey Kamaev
b401c6a0c3
Fix discrepancies between function signatures in headers and documentation
12 years ago
Andrey Kamaev
aabbe11e64
Improve function arguments parsing and checking
...
* always use "argN" names for unnamed arguments
* honor space symbol between typename and "*", "&" symbols
* fix indent errors
12 years ago
Andrey Pavlenko
1e5b533d01
updating tutorial #2
12 years ago
Andrey Pavlenko
99299b3605
updating tutorial #1
12 years ago
Alexander Shishkov
7e52a8d1b6
modify default css for search button (error #2654 )
12 years ago
Vsevolod Glumov
e9e46d3086
Updated Android introductory tutorials, based on frequent Q&A questions/issues.
12 years ago
Alexander Smorkalov
3c09b075fc
OpenCV Manager selection chapter added to documentation.
12 years ago
Vsevolod Glumov
3f417f1ec3
Fixes for issues #2570 , #2492 , #2559 , #2489 , #2592 .
12 years ago
Alexander Smorkalov
e5468008aa
Installation of documents fixed.
12 years ago
Andrey Kamaev
f12d945712
Remove compiled pdf files from source control
...
The documentation is available online at http://opencv.org/documentation.html
12 years ago
Vsevolod Glumov
0711e65972
Added a note to the android_dev_intro.rst.
12 years ago