44 Commits (77d647b67504f83fd43192c258c8325bff63eeab)

Author SHA1 Message Date
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 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Daniil Osokin 1d3ec99102 fixed batchDistance minimum finding #2292 12 years ago
Vadim Pisarevsky 8441cf700d added function cv::findNonZero (patch #2205) 12 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
Vadim Pisarevsky 72c23e7bbb fixed most of test_core failures (except for SVD) 13 years ago
Kirill Kornyakov d168c2b902 Optimized version of CountNonZero functions added 13 years ago
Kirill Kornyakov 9fb9d99bb9 Optimized version of Norm and NormDiff functions with f32 type added 13 years ago
Kirill Kornyakov 330357f7dd Optimized version of NormDiff functions added 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
Vadim Pisarevsky b74116e694 unified norm computing; added generalized Hamming distance 13 years ago
Andrey Kamaev 6ff2ae1d3a Tegra-optimized minMaxLoc/minMaxIdx 13 years ago
Vadim Pisarevsky ce2f4c6a4d propagated fix for EXR from 2.3 branch to trunk 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 22970b8270 fixed multiple GCC warnings on Ubuntu 11.04 14 years ago
Alexander Shishkov b081f8bfd6 changed uint to unsigned int 14 years ago
Alexander Shishkov 4cc167c5d0 fixed problem with norm in opencv_test_core 14 years ago
Vadim Pisarevsky 0070ce20af next attempt to fix ticket #1121 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 ddd8f897fe fixed drawing test 14 years ago
Vadim Pisarevsky 62569f6926 fixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>. 14 years ago
Vincent Rabaud 6e15238dd9 - make sure the code compiles with gcc 4.6 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
Vadim Pisarevsky 061b49e0b2 reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 14 years ago
Vadim Pisarevsky 8967a1289a fixed problem with missing minMaxIdx (ticket #703) 14 years ago
Vadim Pisarevsky be016a75df some fixes due to the changed policy in DataType & DataDepth handling 14 years ago
Vadim Pisarevsky 541441e85b united cv::Mat and cv::MatND 14 years ago