11935 Commits (f930f2f19d115c89efb4790f342deb4f9814af1c)
 

Author SHA1 Message Date
Roman Donchenko 87e0c26129 Merge pull request #2108 from pemmanuelviel:flannMemoryLeak 12 years ago
Ilya Lavrenov 6fb878a65f added perf tests for cv::medianBlur 12 years ago
Ilya Lavrenov 5e7fd8bd7e added perf tests for cv::morphologyEx 12 years ago
Ilya Lavrenov 5a2a0b326a added perf tests for cv::dilate 12 years ago
Ilya Lavrenov f61597dce8 added perf tests for filters 12 years ago
Ilya Lavrenov 04ae46e21c added perf tests to some imgproc functions 12 years ago
Ilya Lavrenov e76d51511e added perf test for cv::cvtColor, pyr operations 12 years ago
Ilya Lavrenov 4bd4c8d12a added perf tests for cv::blendLinear 12 years ago
Ilya Lavrenov 6fbaff6d83 added perf tests for T-API warp operations 12 years ago
Andrey Pavlenko 6071671bda Merge pull request #2135 from alalek:ocl_runtime_cleanup_2 12 years ago
Andrey Pavlenko d64f05cd59 Merge pull request #2112 from ilya-lavrenov:tapi_stitching 12 years ago
Alexander Shishkov e90d0b6e4c changed code in python tutorial, these functions don’t return image 12 years ago
Ilya Lavrenov f197d8b91c updated .gitignore 12 years ago
Ilya Lavrenov da2790249e added NORM_L2SQR type to cv::norm 12 years ago
Ilya Lavrenov 2e5e278271 added cv::PSNR performance test 12 years ago
Ilya Lavrenov a01e81c8f7 added some performance tests 12 years ago
Ilya Lavrenov 1592234f1a added mask support to cv::norm, cv::meanStdDev 12 years ago
Roman Donchenko 9e3673ef53 Don't use PYTHON_VERSION_STRING when searching for Python libraries 12 years ago
Ilya Lavrenov 7852b2f155 updated docs according to the last changes 12 years ago
Ilya Lavrenov 8f9ccc099b replaced Mat by Input/Output arrays 12 years ago
Ilya Lavrenov 118709fd9f added OpenCL accelerated warpers 12 years ago
Roman Donchenko 5a9900481a Merge pull request #2105 from ilya-lavrenov:norm 12 years ago
Roman Donchenko 890f1baff0 Merge pull request #2132 from ComFreek:patch-2 12 years ago
Alexander Alekhin f7b0940d44 core/ocl: runtime, remove unused declarations 12 years ago
Andrey Pavlenko 2c0e24e948 adding Haar & LBP cascades perf test using UMat, removing old incomplete test 12 years ago
ComFreek ae795e5797 Corrected package name in tutorial 12 years ago
Ilya Lavrenov dd302158e0 fixed case with zero mask 12 years ago
Andrey Pavlenko a75cfe13e7 Merge pull request #2128 from alalek:ocl_cleanup_runtime 12 years ago
Roman Donchenko 560cfa5672 Merge pull request #2129 from ilya-lavrenov:mix_fix 12 years ago
Roman Donchenko a13e32f5ab Merge pull request #2115 from nghiaho12:kmeans_sample 12 years ago
Roman Donchenko d509165d96 Merge pull request #2118 from ilya-lavrenov:semicolons 12 years ago
Roman Donchenko dfeba1e8dd Merge pull request #2119 from d-schmidt:patch-1 12 years ago
Ilya Lavrenov 9899cf7519 fixed cv::mixChannels perf test 12 years ago
Nghia Ho bf4994554d Removed unecessary initialisation of Mat centers. 12 years ago
Roman Donchenko b45bb60c8b Merge pull request #2126 from yinghau76:master 12 years ago
Ilya Lavrenov 6ee0b6eb56 added mask support to cv::norm, cv::meanStdDev 12 years ago
Alexander Alekhin 70a0327004 core/ocl: cleanup unused files 12 years ago
Roman Donchenko 7acea48788 Merge pull request #2106 from robbertkl:patch-2 12 years ago
Roman Donchenko 58882e5c22 Merge pull request #2114 from kazuki-ma:SparseMat_convertTo_typofix_24 12 years ago
Roman Donchenko cab67cd9ac OpenCV 3.0 OpenCL Technical Preview 12 years ago
Roman Donchenko 6d84671e8b Merge pull request #2116 from ilya-lavrenov:tapi_mixchannels_fix 12 years ago
Roman Donchenko ea3dd9d5e7 Merge pull request #2103 from ilya-lavrenov:typo 12 years ago
Roman Donchenko 4e35ebb52f Merge pull request #2102 from Nerei:compilatin_for_windows 12 years ago
Patrick Tsai b24f7ee57c Fix compiler error with Android NDK r8e 12 years ago
David Schmidt ef61964768 Update py_face_detection.rst 12 years ago
Ilya Lavrenov 6b9ebcbf3d deleted extra semicolons 12 years ago
Ilya Lavrenov 0119e8553c fixed cv::mixChannels OpenCL version 12 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. 12 years ago
Kazuki Matsuda 2ae20c74a2 Fix typo of SparseMat_<_Tp>::SparseMat_(const SparseMat& m) 12 years ago
Ilya Lavrenov 3a4d4080f4 fixed overflow for cv::norm NORM_L2 12 years ago