11915 Commits (406444037d9e03ed7a5136cc4fcf8d8a1df86ec0)
 

Author SHA1 Message Date
Ilya Lavrenov 118709fd9f added OpenCL accelerated warpers 11 years ago
Roman Donchenko 5a9900481a Merge pull request #2105 from ilya-lavrenov:norm 11 years ago
Roman Donchenko 890f1baff0 Merge pull request #2132 from ComFreek:patch-2 11 years ago
Alexander Alekhin f7b0940d44 core/ocl: runtime, remove unused declarations 11 years ago
Andrey Pavlenko 2c0e24e948 adding Haar & LBP cascades perf test using UMat, removing old incomplete test 11 years ago
ComFreek ae795e5797 Corrected package name in tutorial 11 years ago
Ilya Lavrenov dd302158e0 fixed case with zero mask 11 years ago
Andrey Pavlenko a75cfe13e7 Merge pull request #2128 from alalek:ocl_cleanup_runtime 11 years ago
Roman Donchenko 560cfa5672 Merge pull request #2129 from ilya-lavrenov:mix_fix 11 years ago
Roman Donchenko a13e32f5ab Merge pull request #2115 from nghiaho12:kmeans_sample 11 years ago
Roman Donchenko d509165d96 Merge pull request #2118 from ilya-lavrenov:semicolons 11 years ago
Roman Donchenko dfeba1e8dd Merge pull request #2119 from d-schmidt:patch-1 11 years ago
Ilya Lavrenov 9899cf7519 fixed cv::mixChannels perf test 11 years ago
Nghia Ho bf4994554d Removed unecessary initialisation of Mat centers. 11 years ago
Roman Donchenko b45bb60c8b Merge pull request #2126 from yinghau76:master 11 years ago
Ilya Lavrenov 6ee0b6eb56 added mask support to cv::norm, cv::meanStdDev 11 years ago
Alexander Alekhin 70a0327004 core/ocl: cleanup unused files 11 years ago
Roman Donchenko 7acea48788 Merge pull request #2106 from robbertkl:patch-2 11 years ago
Roman Donchenko 58882e5c22 Merge pull request #2114 from kazuki-ma:SparseMat_convertTo_typofix_24 11 years ago
Roman Donchenko cab67cd9ac OpenCV 3.0 OpenCL Technical Preview 11 years ago
Roman Donchenko 6d84671e8b Merge pull request #2116 from ilya-lavrenov:tapi_mixchannels_fix 11 years ago
Roman Donchenko ea3dd9d5e7 Merge pull request #2103 from ilya-lavrenov:typo 11 years ago
Roman Donchenko 4e35ebb52f Merge pull request #2102 from Nerei:compilatin_for_windows 11 years ago
Patrick Tsai b24f7ee57c Fix compiler error with Android NDK r8e 11 years ago
David Schmidt ef61964768 Update py_face_detection.rst 11 years ago
Ilya Lavrenov 6b9ebcbf3d deleted extra semicolons 11 years ago
Ilya Lavrenov 0119e8553c fixed cv::mixChannels OpenCL version 11 years ago
Nghia Ho 601b7d1dd3 Fixed a valgrind 'Conditional jump or move depends on uninitialised value(s)' on cv::kmeans(...). The original code used points(sampleCount, 1, CV_32FC2), which confused generateCentersPP into thinking it is a 1 dimensional center, instead of 2. As a result it would set only the x variable and leave y unitialised. 11 years ago
Kazuki Matsuda 2ae20c74a2 Fix typo of SparseMat_<_Tp>::SparseMat_(const SparseMat& m) 11 years ago
Ilya Lavrenov 3a4d4080f4 fixed overflow for cv::norm NORM_L2 11 years ago
Pierre-Emmanuel Viel 3f458c6eb1 Fix: freeing previous elements has to be done before loading new parameters to avoid trying to delete unexisting objects if arrays size was modified 11 years ago
Robbert Klarenbeek e21c6e19db Fix algorithm setter argument validation for uchar 11 years ago
Ilya Lavrenov 0c49360318 fixed typo 11 years ago
Anatoly Baksheev c2dd7fd762 compilation for windows 11 years ago
Roman Donchenko 5327482b46 Merge pull request #2084 from ilya-lavrenov:cont 11 years ago
Vadim Pisarevsky 1c3bfae212 Merge pull request #1957 from Nerei:format_declaration_by_default 11 years ago
Roman Donchenko 984c4d200f Set the version status to "-tp", for "technical preview". 11 years ago
Ilya Lavrenov 4f9c081dc3 fixed bug #3319 11 years ago
Roman Donchenko cd576c7364 Merge pull request #2096 from kamjagin:master 11 years ago
Roman Donchenko 157202fc8d Merge pull request #2094 from SpecLad:multimon-be-gone 11 years ago
Andrey Pavlenko 2d5723ccca Merge pull request #2095 from ilya-lavrenov:tapi_mixchannels_fix 11 years ago
Andrey Pavlenko 967703c3ac Merge pull request #2093 from SpecLad:merge-2.4 11 years ago
Andrey Pavlenko 8a456c5a6b Merge pull request #2073 from KonstantinMatskevich:ocl_tapi_clahe 11 years ago
Miroslav Kobetski 3f07655231 Fix for bug #3469 CV_XADD failing in clang+nvcc combination 11 years ago
Andrey Pavlenko 8151571dd6 Merge pull request #2091 from ilya-lavrenov:tapi_convertScaleAbs 11 years ago
Ilya Lavrenov 3e1bec5248 added OpenCL version of cv::patchNaNs 11 years ago
Ilya Lavrenov a2e683d133 fixed umat access 11 years ago
Roman Donchenko 4ce684e61c Merge pull request #2087 from ilya-lavrenov:remap_sse2_cond 11 years ago
Roman Donchenko 795c108f2b Fixed MinGW build by declaring the minimal required Windows version. 11 years ago
Roman Donchenko 6811d2ab24 Merge pull request #2086 from ilya-lavrenov:mul_fix 11 years ago