Ilya Lysenkov
ed8e4b5bcc
Fixed comparison methods in matchShapes (issue #1012 )
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Ilya Lysenkov
2619221331
Spell checked the documentation with VIM (issue #223 )
13 years ago
Ilya Lysenkov
b07f89dcb1
Removed mentions of TBB optimization if users can't actually use it (thanks to Andrey K.)
13 years ago
Ilya Lysenkov
2f44610ef3
Mentioned in doc if a function is parallelized with the TBB library (issue #421 )
13 years ago
Andrey Kamaev
b6dac61e96
Fixed several documentation warnings and errors.
13 years ago
Vadim Pisarevsky
1371c96935
extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations.
13 years ago
Ilya Lysenkov
553ea7510b
Documented valid image types in morphology operations (issue #1679 )
13 years ago
Vadim Pisarevsky
07750a1c7e
extended Sobel & Scharr description (ticket #1555 ). Added CV_32F/CV_64F format combination in sepFilter2D.
13 years ago
Ilya Lysenkov
9f20d014c6
Added documentation of old Python parameters in cv.DrawContours() (issue #987 )
13 years ago
Ilya Lysenkov
28cf8cee53
Documented the Python version of findContours (issue #1697 )
13 years ago
Vadim Pisarevsky
2fded17f10
added notice about the changed behavior of copyMakeBorder in the case of ROI (ticket #1756 )
13 years ago
Vadim Pisarevsky
e88ff6837a
added test for ticket #1719 and added a note about contour self-intersections to the docs
13 years ago
Andrey Pavlenko
aea24ffcd5
#796 , #1701 fixing doc vs code arg-s naming consistency
13 years ago
Andrey Kamaev
7e5726e251
Fixed several false-positive warnings in rst_parser.py. (Now it detects 553 undocumented parameters for #1205.)
13 years ago
Vadim Pisarevsky
2598736ac2
added description of cv::convexityDefect
13 years ago
Andrey Kamaev
94c258cf15
#1205 fixed ~100 of ~700 parameters
13 years ago
Vadim Pisarevsky
e8fab91d51
added DIST_LABEL_PIXEL labelType to distanceTransform, ticket #1641 (thanks to Mikhail Matrosov for the patch)
13 years ago
Andrey Kamaev
4c58fff3f7
Added cvPyrUp signature to the documentation #1670
13 years ago
Vadim Pisarevsky
befa9b3109
fixed chi-square test, ticket #1263
13 years ago
Vadim Pisarevsky
957e80abbd
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
13 years ago
Alexander Shishkov
d68311b9eb
fixed #1554
13 years ago
Alexander Shishkov
be63ce723f
#1672
...
updated links in cheatsheet
renamed directory for Mat tutorial
changed links from willow docs to opencv.itseez.com, from Trac to current Redmine
13 years ago
Andrey Kamaev
aeaae8b057
Updated rst configuration to read OpenCV version from sources; fixed several sphinx' warnings
13 years ago
Kirill Kornyakov
4fb9196e83
copied a section with explanation of different border types
13 years ago
Kirill Kornyakov
60eecd4529
doc typo fixed
13 years ago
Vadim Pisarevsky
8a9876bee2
corrected description of goodFeaturesToTrack (ticket #1488 )
13 years ago
Alexander Shishkov
d174c3db04
fixed compilation errors in TeX
13 years ago
Alexander Shishkov
d069396546
fixed problem in rst files
...
changed OpenCV version to 2.3.2
13 years ago
Vadim Pisarevsky
d77cf38896
corrected formula formatting in phaseCorrelate docs (thanks to the author for the patch)
13 years ago
Vadim Pisarevsky
32ed1bf858
added phaseCorrelate function by Will Lucas.
13 years ago
Andrey Kamaev
d6e3ccc1b2
Documentation: fixed about 100 cross-referencing errors.
13 years ago
Andrey Kamaev
431daf59b6
* Fixed cross-referencing in reference manual (except C++ operator() ).
...
* Fixed display of struct and class definitions (except classes with base class specified).
* Fixed formatting and referencing errors in several documentation files.
13 years ago
Vadim Pisarevsky
cffd89f88f
added some missing declarations of the functions, noticed in the ticket ##229
13 years ago
Vadim Pisarevsky
d8417af086
fixed and improving formatting in opencv2refman.pdf. added support for n-channel mask in Mat::copyTo() and n-channel images in cv::compare(). fixed 2 compile warnings in opencv_python.
14 years ago
Andrey Kamaev
be2c4ddbdd
Android:
...
* Added manual port for getTextSize;
* Fixed bugs in "native camera" sample;
* Added 15-puzzle sample.
14 years ago
Vadim Pisarevsky
f2e1a64c1b
fixed "import cv" in the new python samples. corrected Python bindings to match the documentation and vice versa (NOTE: in cv2.stereoCalibrate the parameter ordering has been changed)
14 years ago
Andrey Kamaev
dfe7708f17
Improved javadoc comments generation scripts; fixed some typos in documentation
14 years ago
Vadim Pisarevsky
0940573e8b
fixed a few more typos in the docs.
14 years ago
Vadim Pisarevsky
5649f35757
some more bugfixed in 2.3 propagated to trunk
14 years ago
Andrey Kamaev
741a689f65
Improved RST parser; fixed small typos found by new parser
14 years ago
Vadim Pisarevsky
b33224f0b6
merged the latest fixes in 2.3 to trunk
14 years ago
Vadim Pisarevsky
a5d53e3e2f
some more corrections from Gabor
14 years ago
Vadim Pisarevsky
6c8a2b8888
propagated fixes in docs and cap_dshow to trunk
14 years ago
Vadim Pisarevsky
cc9a1bb62f
propagated some more fixes from 2.3 branch to the trunk
14 years ago
Bernat Gabor
762bc0f8af
Some reST syntax correction. Now the PDF documentation builds correctly under Windows using MIKTEX. Some update on the tutorial structure. Some CSS syntax correction. Windows Install Tutorial v0.4.
14 years ago
Vadim Pisarevsky
b204e73d9a
propagated some more fixes from 2.3 branch to the trunk
14 years ago
Vadim Pisarevsky
dacd265424
propagated some more fixes from 2.3 branch to the trunk
14 years ago
Vadim Pisarevsky
49467947ac
propagated some fixes from 2.3 to trunk
14 years ago
Vadim Pisarevsky
b1bf1deed0
fixed 2 bugs in reference manuals
14 years ago