767 Commits (b29835a8f8feca1a62609a0c900da379e42cddd0)

Author SHA1 Message Date
itsyplen 6d3e92517c new version of command line parser 14 years ago
Andrey Kamaev ff9da914ec Fixed bug in checkRange - integer Mats were always in range 14 years ago
Vadim Pisarevsky c57799a877 fixed 8-point case in findFundamentalMat (ticket #1262). findFundamentalMat needs to be rewritten actually (as well as findHomography) 14 years ago
Vadim Pisarevsky 29bf7384dc fixed useOptimized(); added checkHardwareSupport description (ticket #1258) 14 years ago
Andrey Kamaev 2a6dd2e807 Fixed Android build 14 years ago
Vadim Pisarevsky ce2f4c6a4d propagated fix for EXR from 2.3 branch to trunk 14 years ago
Vadim Pisarevsky f0b3cb1845 added getNumberOfCPUs() function 14 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 216fbc004a fixed printing Mx0 matrices (ticket #1247) 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 cc9a1bb62f propagated some more fixes from 2.3 branch to the trunk 14 years ago
Vadim Pisarevsky b204e73d9a propagated some more fixes from 2.3 branch to the trunk 14 years ago
Vadim Pisarevsky 0e14fef96e fixed warnings in gbt; added insertChannel() and extractChannel(); made the code "rand{u|n}(arr, <number>, <number>)" work properly. 14 years ago
Vadim Pisarevsky 9b6d8c3963 added reduce(..., CV_REDUCE_MIN/CV_REDUCE_MAX, ...) for 16u/16s (ticket #1145) 14 years ago
Vadim Pisarevsky 48a5599c5e fixed potentially incorrect memory access in cv::transform 14 years ago
Vadim Pisarevsky 22970b8270 fixed multiple GCC warnings on Ubuntu 11.04 14 years ago
Vadim Pisarevsky 6f26c55fe3 fixed ticket #983 14 years ago
Vadim Pisarevsky 6407093463 extended Mat::setTo() to support multi-channel arrays; fixed bug #1095 14 years ago
Alexander Shishkov b081f8bfd6 changed uint to unsigned int 14 years ago
Alexander Shishkov 4cc167c5d0 fixed problem with norm in opencv_test_core 14 years ago
Vadim Pisarevsky 9df999154c fixed a few warnings and bugs, including ticket #1079 14 years ago
Anatoly Baksheev 8f4c7db3f6 ~40 warnings under VS2008 14 years ago
Vadim Pisarevsky 0070ce20af next attempt to fix ticket #1121 14 years ago
Vadim Pisarevsky 3b9e752be7 some more core functions documented + minor fixes and rearrangements 14 years ago
Vadim Pisarevsky f6b3754f34 handle empty YAML's correctly (ticket #1127) 14 years ago
itsyplen a2f5884159 Specialization for 'get' method with bool type was added, help and constructor were updated too 14 years ago
Vadim Pisarevsky 2d2b8a496e renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122) 14 years ago
Kirill Kornyakov aad9b3219c Notification messages about bad parameters in command line were added in CommandLineParser. Update sample, using parser 14 years ago
Kirill Kornyakov 65ed270790 class CommandLineParser was updated according new requirements 14 years ago
Vadim Pisarevsky fcd2a0c3d3 fixed VS2010 compile warnings and errors 14 years ago
Vadim Pisarevsky 0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
Vadim Pisarevsky ddd8f897fe fixed drawing test 14 years ago
Vadim Pisarevsky f2f8fc14b0 proper fix for reduce with op=CV_REDUCE_AVG and ddepth==CV_8U 14 years ago
Ilya Lysenkov 29b45e70bd Fixed cluster centers returning in cvKMeans2 (ticket #706) 14 years ago
Alexander Shishkov b19434513b reverted the floating-point number formatting (exception in ml tests) 14 years ago
Alexander Shishkov 80dfdf8ff7 removed ddepth from matrix (after Vadim's commit, it generates problem with core and ml tests) 14 years ago
Vadim Pisarevsky b14ca4299a reverted the floating-point number formatting 14 years ago
Alexander Shishkov eae7921da6 fixed build on GNU/Hurd (ticket #761) 14 years ago
Vadim Pisarevsky 6de72ea8ee resolved tickets #904 (nicer floating-point formatting) and #816 (reduce with CV_REDUCE_AVG on 8-bit arrays) 14 years ago
Alexander Shishkov 6aabf72bc5 removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS 14 years ago
Kirill Kornyakov 78d821114a Update CommandLineParser class: move method's definition from header to source 14 years ago
Vadim Pisarevsky 60a0ebbd6c added optional encoding parameter to cvOpenFileStorage() and FileStorage::open() (ticket #976). moved some implementation parts of CommandLineParser to cmdparser.cpp. 14 years ago
Kirill Kornyakov fe279279e6 Update CommandLineParser class 14 years ago
Vadim Pisarevsky 3a1f24e74c fixed mat.push_back(mat) (ticket #1091) 14 years ago
Vadim Pisarevsky 309bb171b2 do not use system is<alpha|alnum|space|...>, because of the different implementations (and in OpenCV we assume english names of the identifiers etc) 14 years ago
Vadim Pisarevsky 0bf00036a8 improved jSVD accuracy 14 years ago