75 Commits (dd302158e0da94ea470773d0a163c68b34549f12)

Author SHA1 Message Date
Ilya Lavrenov dd302158e0 fixed case with zero mask 11 years ago
Ilya Lavrenov 6ee0b6eb56 added mask support to cv::norm, cv::meanStdDev 11 years ago
Ilya Lavrenov 3a4d4080f4 fixed overflow for cv::norm NORM_L2 11 years ago
Konstantin Matskevich 5cf4166801 some fixes 11 years ago
Konstantin Matskevich 904dac7670 minMaxLoc 11 years ago
Ilya Lavrenov b6c33bf86b added cv::norm to T-API 11 years ago
Ilya Lavrenov 49474903cb refactoring 12 years ago
Ilya Lavrenov 49e729f89d ability to use cv::PSNR with transparent cv::norm 12 years ago
Ilya Lavrenov 88bceb5060 added cv::meanStdDev to T-API 12 years ago
Ilya Lavrenov b8edc2cc4d added cv::sum to T-API 12 years ago
Ilya Lavrenov 28575c1969 added cv::countNonZero to T-API 12 years ago
Ilya Lavrenov 036e99d03a fixed ipp-related warnings 12 years ago
Vadim Pisarevsky 8e7eb79f6e fixed compile errors and warnings when building master branch with IPP enabled 12 years ago
Vadim Pisarevsky 61f2107829 added IPP optimization of separable 32f filters; fixed IPP version check in DFT; fixed conditions in IPP optimization of norm functions. 12 years ago
kdrobnyh f4aa7ff919 Add IPP support in meanStdDev, minMaxIdx, norm functions 12 years ago
Roman Donchenko 3c137f7a04 Converted tabs to spaces. 12 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 12 years ago
Alexander Smorkalov a3dd13450c All optimized function tables wrapped to getters to change its 12 years ago
kdrobnyh 6af10a2937 Some changes in sum and mean functions 12 years ago
kdrobnyh 4dfd40bec0 Add IPP mean and sum functions 12 years ago
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 12 years ago
Vladislav Vinogradov f50aabf012 fixed bug #2938 12 years ago
Andrey Kamaev 3890a74565 Drop outdated definitions from internal.hpp 12 years ago
Andrey Kamaev b28f594917 Drop fast_abs 12 years ago
Alexander Smorkalov 6f68640d4d Multiple fixes for WinRT 12 years ago
Vadim Pisarevsky 51eba617a8 a part of PR269 (parallelization of several functions) by Alexander Mordvintsev 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 13 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 13 years ago
Daniil Osokin 1d3ec99102 fixed batchDistance minimum finding #2292 13 years ago
Vadim Pisarevsky 8441cf700d added function cv::findNonZero (patch #2205) 13 years ago
Vadim Pisarevsky b9d7c712f5 made countNonZero SSE code SSE2-compliant and portable 13 years ago
Josh Doe f1690557bf core/stat: fix build with 32-bit 13 years ago
Sam Bromley fd98520d78 Protect check of CV_SSE4_2 with #if defined. 13 years ago
Vadim Pisarevsky b782d8bb53 integrated patch with some SSE2/SSE4.2 optimizations from Grigory Frolov 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Andrey Kamaev 50ad690993 Merged the trunk till r8291 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Andrey Kamaev 8d130ff10c Fixed most of the floating-point accuracy problems for x86 gcc 13 years ago
Vadim Pisarevsky b8e70ea6c9 NORM_L2SQR added too (ticket #1840) 13 years ago
Vadim Pisarevsky 40f2c716af added NORM_HAMMING* support to cv::norm (ticket #1840) 13 years ago
Alexander Kapustin 9bb6e899f3 12 functions from Norm_func family were Neon Optimized 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Maria Dimashova 9d764b4115 fixed #1795 13 years ago
Vadim Pisarevsky 846e37ded5 fixed many warnings from GCC 4.6.1 13 years ago
Vadim Pisarevsky 957e80abbd lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 13 years ago
Victoria Zhislina fbdb93ec79 CV_ENABLE_UNROLLED 13 years ago
Andrey Kamaev c326de43c1 More natural sorting of MatType constants in performance reports. 13 years ago
Kirill Kornyakov a06dcc9e67 Optimized version of sqsum8u added 13 years ago
Andrey Kamaev bdfd4c3062 Refactored Tegra related macro usage 13 years ago