45 Commits (7e3c53b9d39bbbd9b7d3f8cfcfe1d6c72fcd4992)

Author SHA1 Message Date
tompollok 2da56d5af6 refactoring catching all exceptions as const ref 6 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
Alexander Alekhin acce95f446 backport fixes for static analyzer warnings 7 years ago
cyy 09837928d9 Merge pull request #12357 from DEEPIR:master 7 years ago
Tomoaki Teshima e7d5dbfec0 dispatch accumulate series 8 years ago
Vitaly Tuzov 1d62a025b3 Moved size restrictions for OpenVX processed images to corresponding cpp files 8 years ago
Vitaly Tuzov bf5b7843e8 Extended set of OpenVX HAL calls disabled for small images 8 years ago
Vitaly Tuzov 9a4b5a4545 OpenVX calls updated to use single common OpenVX context per thread 8 years ago
Rostislav Vasilikhin 8b9422a052 OpenVX wrappers rewritten with CV_OVX_RUN, VX_DbgThrow 8 years ago
Rostislav Vasilikhin 7c2734ff14 added OpenVX calls to accumulate(), accumulateSquare(), accumulateWeighted() 8 years ago
Tomoaki Teshima 7fef96be1e add 64F intrinsic in HAL NEON 9 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
Tomoaki Teshima 4f7679cf51 use universal intrinsic in accumulate series 9 years ago
Tomoaki Teshima ba73249dc0 let the test of AccSqr_SIMD<ushort, float> pass 9 years ago
Tomoaki Teshima 3c2f7ecc97 speed up accumulate, accumulateSquare, accumulateProduct and accumulateWeighted using SIMD 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
Dmitry Budnikov a5a21019b2 ipp_countNonZero build fix; 10 years ago
Ilya Lavrenov fc0869735d used popcnt 10 years ago
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 11 years ago
Ilya Lavrenov af04a85303 fixes for cv::accumulate** 11 years ago
Ilya Lavrenov af6a64d76b cv::accumulate functions 11 years ago
Ilya Lavrenov 7017b1250a used new stratehy in cv::accumulate** 11 years ago
Ilya Lavrenov a350b76738 optimization of cv::accumulate** 11 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Alexander Alekhin 55188fe991 world fix 11 years ago
Alexander Alekhin b62e59aac0 icv: enable functions 11 years ago
Ilya Lavrenov 51e2a8ec96 fixes 11 years ago
Ilya Lavrenov 9cc80a68db fixed warnings 11 years ago
Ilya Lavrenov 8da0e2b707 cv::accumulate 11 years ago
Ilya Lavrenov ce0941160e added status check 11 years ago
Alexander Alekhin ab691a4a24 ipp: some functions are not available in the ICV package #2 11 years ago
Ilya Lavrenov 444ab0ef0d fixed (IppiSize&)sz 11 years ago
Ilya Lavrenov fd3a6f0db7 cv::blur 11 years ago
Ilya Lavrenov c224cfa628 cv::accumulateSquare && cv::acumulateProduct 11 years ago
Ilya Lavrenov 2c0c887f70 cv::accumulateWeighted 11 years ago
Ilya Lavrenov ce0557ebb8 fixed defects from Xcode 11 years ago
Ilya Lavrenov 7c96d98a24 implemented OpenCL version of cv::accumulate**** 11 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 13 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 13 years ago
Andrey Kamaev e1c4fd9e1f Merged the trunk r8345:8376 13 years ago
Andrey Kamaev 639bf3ee8f Fixed accumulateWeighted with mask for multichannel matrices #1959 13 years ago
Victoria Zhislina 0630e7010e CV_USE_UNROLLED for imgproc 13 years ago
Vadim Pisarevsky 2dea07f9f8 repaired Python bindings for functions using InputOutputArray 14 years ago
Vadim Pisarevsky 22970b8270 fixed multiple GCC warnings on Ubuntu 11.04 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 abeeb40d46 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
Vladimir Dudnik b6f53fc465 cosmetic changes, removed trailing spaces 14 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago