60 Commits (c1f59c4c76c5adbb7fc2c40ff13020e7ff58c651)

Author SHA1 Message Date
Vadim Pisarevsky 677c7f27cb fixed failure in Tonemap test 11 years ago
Vadim Pisarevsky d914f20a4c updated patch to bring in the first functions with "transparent API" 11 years ago
Adrian Stratulat 3561bc1bbc rename vBinOp64f to vBinOp64, minor fixups 12 years ago
Adrian Stratulat cb445d697c Refactor vectorized arithmetical operations 12 years ago
Ilya Lavrenov 036e99d03a fixed ipp-related warnings 12 years ago
kdrobnyh 7a7aa148d4 Add IPP support in compare function 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
Andrey Kamaev b0e6606b98 Cleanup core module API 12 years ago
Bo Li 92e7e7d8e8 fix issue 2788 12 years ago
marina.kolpakova 99c666691e Restore core multiply/divide depth to CV_64F value. 13 years ago
Andrey Kamaev 8fb6d9f650 Fix Android build warnings 13 years ago
Vadim Pisarevsky f5742e6cac fix bug #2447 - unary operator bug for single column matrix 13 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 0afd51253d Add else branch to previous fix 13 years ago
Andrey Kamaev 34bfda10ca Fix regression in core arithmetic 13 years ago
Andrey Kamaev 25a9b0a255 Fix depth calculation for Scalar in core arithmetic 13 years ago
Vadim Pisarevsky d09b3828b8 fixed fail in arithmetic test 13 years ago
Alexander Kapustin 8f4ddad52d 1. New function ActualScalarDepth was added 13 years ago
Alexander Kapustin bb3332508e 1. New function ActualScalarDepth was added 13 years ago
Vadim Pisarevsky 1ded1597e7 fixed mixed-type array operations (bug #2336) 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
Alexander Kapustin 79e2070606 5 functions from addWeighted_func family were Neon Optimized 13 years ago
Alexander Kapustin 3675ef516a 6 functions from Inrange_func family were Neon Optimized 13 years ago
Vadim Pisarevsky bf12855007 fixed mask operations with uninitialized output array, added the corresponding test (ticket #1286) 13 years ago
Vadim Pisarevsky 4985c1b632 fixed hundreds of warnings from MSVC 2010. 13 years ago
Andrey Kamaev 805d88a8d2 Tegra version of cv::subtract 13 years ago
Victoria Zhislina fbdb93ec79 CV_ENABLE_UNROLLED 13 years ago
Vadim Pisarevsky e7946d98a9 fixed SSE-optimized cmp_8u (ticket #1530) 13 years ago
Vadim Pisarevsky dec0af8d79 implemented invert(A, B, DECOMP_EIG) 13 years ago
Vadim Pisarevsky eef900e46a optimized cmp and cvtscale(16s->16s) using SSE2 (thanks to Victoria) 13 years ago
Vadim Pisarevsky 72c23e7bbb fixed most of test_core failures (except for SVD) 13 years ago
Andrey Kamaev 664cd5460e Tegra-optimized cv::compare 13 years ago
Andrey Kamaev 3b558508be TEGRA optimized add8u, sub8u and logical 8u operations 14 years ago
Vadim Pisarevsky d8417af086 fixed and improving formatting in opencv2refman.pdf. added support for n-channel mask in Mat::copyTo() and n-channel images in cv::compare(). fixed 2 compile warnings in opencv_python. 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 12715c210d fixed mixed-type arithmetic operations (ticket #1224) 14 years ago
Vadim Pisarevsky cc9a1bb62f propagated some more fixes from 2.3 branch to the trunk 14 years ago
Vadim Pisarevsky b204e73d9a propagated some more fixes from 2.3 branch to the trunk 14 years ago
Vadim Pisarevsky 6407093463 extended Mat::setTo() to support multi-channel arrays; fixed bug #1095 14 years ago
Vadim Pisarevsky 2d2b8a496e renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122) 14 years ago
Vadim Pisarevsky 0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
Vladimir Dudnik 2057f2c452 fixed build issues related to changes in IPP calls. 14 years ago
Vadim Pisarevsky 9a991a2e10 fixed build problems on Windows 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
Vladimir Dudnik c987b9f180 added IPP Sobel and Sharr filters. Also some minor changes. 14 years ago