187 Commits (df491588638d294ac68054bc4744684936064e8c)

Author SHA1 Message Date
Vadim Pisarevsky 6ce2277cc7 fixed multi-scale Hough transform (ticket #1320) 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() ). 13 years ago
Vadim Pisarevsky d3350b50aa avoid infinite loops when 0-area image is filtered (ticket #1295) 13 years ago
Vadim Pisarevsky c9ed7fee34 fixed C++ implementation of Delaunay triangulation and moved it from sample to imgproc. 13 years ago
Vadim Pisarevsky e5c66b5ed4 fixed pointPolygonTest(). Now it returns -1, 0, 1 when measureDist=false (ticket #1285) 13 years ago
Vadim Pisarevsky cffd89f88f added some missing declarations of the functions, noticed in the ticket ##229 13 years ago
Vadim Pisarevsky f85b9754e0 fixed Vec*scalar operations, fixed minEnclosingCircle Python interface. 13 years ago
Vadim Pisarevsky 0c096b3dc2 fixed floodfill with mask parameter when no mask is passed 14 years ago
Vadim Pisarevsky 3636eec789 fixed flow matrix dimensionality in EMD 14 years ago
Andrey Kamaev ac7e16fdf6 Fixed camera output format handling 14 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
Vadim Pisarevsky ff5e97c8e4 added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
Kirill Kornyakov e715894ffb fix by Vadim in calcBackProject: additional case is considered 14 years ago
Vadim Pisarevsky 1badec0b2d eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers) 14 years ago
Vadim Pisarevsky 16ba62dcd5 added COLOR_... enumeration to imgproc.hpp and EVENT_... enumeration to highgui.hpp 14 years ago
Andrey Kamaev be2c4ddbdd Android: 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
Vadim Pisarevsky 2dea07f9f8 repaired Python bindings for functions using InputOutputArray 14 years ago
Vadim Pisarevsky 21409de176 optimized sparse LK optical flow (tickets #1062 and #1210) 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
Vadim Pisarevsky 2e54482de9 fixed formula in cvIntegral/integral description 14 years ago
Vadim Pisarevsky c37e063914 removed serveral CV_EXPORTS_AS() to make Python function names in cv2 the same as in C++. 14 years ago
Vladimir Dudnik 6e38b6aaed removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied) 14 years ago
Vadim Pisarevsky 8d8ef596c8 introduced new RST/Sphinx domain ocv. 14 years ago
Kirill Kornyakov b138dbde3f bugfix in warpAffine, correct buffer size should be used 14 years ago
Vadim Pisarevsky 22970b8270 fixed multiple GCC warnings on Ubuntu 11.04 14 years ago
Vadim Pisarevsky 79f3260b8e fixed bayer pattern picture in cvtColor() description; corrected formula in getGaussianKernel() 14 years ago
Vadim Pisarevsky 6407093463 extended Mat::setTo() to support multi-channel arrays; fixed bug #1095 14 years ago
Anatoly Baksheev 8f4c7db3f6 ~40 warnings under VS2008 14 years ago
Vadim Pisarevsky 20aca7440f a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample 14 years ago
Ilya Lysenkov 839c1bea4b Fixed matchTemplate doc (ticket #1045) 14 years ago
Ilya Lysenkov 35e25b760e Added the EMD function description (ticket #696) 14 years ago
Ilya Lysenkov 1e945dc984 Added documenation of the Earth Mover Distance (C++ interface, ticket #696) 14 years ago
Vadim Pisarevsky 2d2b8a496e renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122) 14 years ago
Vadim Pisarevsky c7a42e9682 started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions) 14 years ago
Ilya Lysenkov 07e2deccb9 Fixed the RGB2HSV formula (ticket #868) 14 years ago
Ilya Lysenkov bd33e0a3da Minor change to contourArea example 14 years ago