1038 Commits (f23134ce01cb9c38e9ac13f3d5c0afcbc1502bc2)

Author SHA1 Message Date
Vladislav Vinogradov c2783af781 added OpenGL support to highgui under WIN32 13 years ago
Kirill Kornyakov 9fb9d99bb9 Optimized version of Norm and NormDiff functions with f32 type added 13 years ago
Vladislav Vinogradov 2695039a79 moved GpuMat's operations implementation to core module 13 years ago
Kirill Kornyakov 330357f7dd Optimized version of NormDiff functions added 13 years ago
Vladislav Vinogradov fcfa72081e moved GpuMat and DevMem2D to core module, some code refactoring 13 years ago
Vadim Pisarevsky 2e9f5c434b added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ... 13 years ago
Kirill Kornyakov 5a702d7d9d Optimized version of Norm functions added 13 years ago
Andrey Kamaev 664cd5460e Tegra-optimized cv::compare 13 years ago
Kirill Kornyakov e37930b649 Optimized version of Sum functions added 13 years ago
Andrey Kamaev d7ff92439d Better NEON Hamming distance 13 years ago
Vladislav Vinogradov 40ee754e28 added WITH_CUFFT and WITH_CUBLAS flags to cmake scripts 13 years ago
Vadim Pisarevsky b74116e694 unified norm computing; added generalized Hamming distance 13 years ago
Andrey Kamaev 9ae8443d37 Tegra optimized FastAtan2 13 years ago
Andrey Morozov bee68e519a fixed several bugs in CommandLineParser 14 years ago
Andrey Morozov bf636e40bf improved print help in CommandLineParser 14 years ago
Anatoly Baksheev 923f771cfc warnings 14 years ago
Andrey Morozov b7a3d36729 fixed several bugs in CommandLineParser 14 years ago
Andrey Morozov 135b9280f1 improved print help in CommandLineParser 14 years ago
Andrey Morozov 97d54612c7 fix print help 14 years ago
Andrey Morozov d449b0492f fixed several bugs in CommandLineParser 14 years ago
Andrey Morozov 3d3efe7c07 fixed sub algorithm in CommandLineParser 14 years ago
Vadim Pisarevsky a1d6671451 fixed bug #1370 14 years ago
Vladislav Vinogradov ce35a6d8be fixed bug in cv::reduce in reduceC_ for multi-channels source 14 years ago
Andrey Kamaev 6ff2ae1d3a Tegra-optimized minMaxLoc/minMaxIdx 14 years ago
Andrey Kamaev 5cce038958 Performance testing branch is merged back into trunk 14 years ago
Anatoly Baksheev 415978b1c9 warnings 14 years ago
Vadim Pisarevsky 6942799669 fixed kmeans center initialization in the case of huge matrices (ticket #1291); fixed warinings in libtiff. 14 years ago
Andrey Kamaev 0a2c7803b6 Fixed mixChannels argument types 14 years ago
itsyplen 9b1cb7227a fixed errors in cmdparser 14 years ago
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