292 Commits (f45a886adc17a405a9a81cd5576aca84281f84fe)

Author SHA1 Message Date
Andrey Kamaev 6ff2ae1d3a Tegra-optimized minMaxLoc/minMaxIdx 13 years ago
Leonid Beynenson d99f4a2beb Since there is no a standard functions cv::min and cv::max which has cv::Scalar argument, removed the performance tests, 13 years ago
Andrey Kamaev 5cce038958 Performance testing branch is merged back into trunk 13 years ago
Anatoly Baksheev 415978b1c9 warnings 13 years ago
Leonid Beynenson f69aa40310 Added the declaration of the type ConcurrentDoubleVector for TBB case. 13 years ago
Vadim Pisarevsky eb9401d353 applied patch #1326 13 years ago
Vadim Pisarevsky 3b7b833a4e merged latest fixes from 2.3 branch; since 2.3.1 is out, the version in trunk is bumped to 2.3.2 13 years ago
Vadim Pisarevsky d3d55f3234 fixed crashes in parallel HOG detector; avoid use of new POPCNT instruction in ORB (to make it compatible with older CPUs). 13 years ago
Vadim Pisarevsky fba70ca131 fixed bug #1306 (Vec assignment); added tests for Vec & Matx multiplication 13 years ago
Andrey Kamaev 7820c343eb Documentation: fixed CvSlice and FeatureDetector descriptions. 13 years ago
Andrey Kamaev d7a9b99b1d Documentation: fixed references for C++ operators 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 960fd51cf0 another attempt to fix #1299 13 years ago
Vadim Pisarevsky d37beb4074 fixed Matx33 * Point3 and Matx22 * Point operators (ticket #1299) 13 years ago
Vadim Pisarevsky 6942799669 fixed kmeans center initialization in the case of huge matrices (ticket #1291); fixed warinings in libtiff. 13 years ago
Vadim Pisarevsky 645bb0bfbc added size check to static Mat::diag() 13 years ago
Andrey Kamaev 50d1d711de Added reference to Nvidia TADP into Android tutorial; refactored both Android tutorials; fixed some rst warnings 13 years ago
Andrey Kamaev 0a2c7803b6 Fixed mixChannels argument types 13 years ago
Vadim Pisarevsky 8ceda8372c corrected PCA::PCA and PCA::operator () description (thanks to Adrian Kaehler) 13 years ago
Vadim Pisarevsky 4b94d91955 added _InputArray::_InputArray(const Scalar& s) constructor (ticket #1214) 13 years ago
itsyplen 9b1cb7227a fixed errors in cmdparser 13 years ago
itsyplen 6d3e92517c new version of command line parser 13 years ago
Andrey Kamaev ff9da914ec Fixed bug in checkRange - integer Mats were always in range 13 years ago
Vadim Pisarevsky c57799a877 fixed 8-point case in findFundamentalMat (ticket #1262). findFundamentalMat needs to be rewritten actually (as well as findHomography) 13 years ago
Vadim Pisarevsky 29bf7384dc fixed useOptimized(); added checkHardwareSupport description (ticket #1258) 13 years ago
Vadim Pisarevsky c8378fa4c4 added "inclusive" & "exclusive" adjectives to startrow, endrow, startcol, endcol parameter descriptions (ticket #1272) 13 years ago
Andrey Kamaev 2a6dd2e807 Fixed Android build 13 years ago
Vadim Pisarevsky ce2f4c6a4d propagated fix for EXR from 2.3 branch to trunk 13 years ago
Vadim Pisarevsky f0b3cb1845 added getNumberOfCPUs() function 13 years ago
Vadim Pisarevsky f85b9754e0 fixed Vec*scalar operations, fixed minEnclosingCircle Python interface. 13 years ago
Vadim Pisarevsky a826a983d3 added EMD to ch7 hist sample, fixed bug with cv::min/cv::max (ticket #1270), fixed mixChannels description 13 years ago
Andrey Pavlenko 750c56cc0e adding arg name (to fix doc reference and wrappers consistency) 13 years ago
Andrey Kamaev 3b558508be TEGRA optimized add8u, sub8u and logical 8u operations 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 41df54e75f fixed several typoes and errors in the refman (ticket #1203) 14 years ago
Vadim Pisarevsky 216fbc004a fixed printing Mx0 matrices (ticket #1247) 14 years ago
Andrey Kamaev 6d288978ab Fixed typo 14 years ago
Maria Dimashova 0d7a37c1e7 added an ability to make push_back to the empty matrix 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
Vadim Pisarevsky 1badec0b2d eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers) 14 years ago
Vadim Pisarevsky 12715c210d fixed mixed-type arithmetic operations (ticket #1224) 14 years ago
Vadim Pisarevsky 2dea07f9f8 repaired Python bindings for functions using InputOutputArray 14 years ago
Andrey Pavlenko fbfddbd3ea - 'c_string' support added to Java API 14 years ago
Leonid Beynenson 0ddc661882 Fixed bug in the operator of cv::Ranges-s intersection (operator &). 14 years ago
Vadim Pisarevsky 569b1ad582 embeded cv Python module into cv2. 14 years ago
Andrey Kamaev 2cf34c7f46 Fixed few more bugs in rst_parser. Fixed small 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