31 Commits (0094b468e66628a1190160456c349cb32b33cae4)

Author SHA1 Message Date
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
Vladimir Dudnik a961cfe135 fixed mistake in integration of IPP Sub functions. Added IPP min/max/absdiff/and/or/xor functions. 14 years ago
Vladimir Dudnik a34f044d19 add IPP Sub operations to arithm.cpp for 8u, 16u, 16s, 32s, 32f, 64f data types. 14 years ago
Vladimir Dudnik abdb139096 add IPP Add operations to arithm.cpp for 8u, 16u, 16s, 32s, 32f, 64f data types. 14 years ago
Vadim Pisarevsky d8ace43753 fixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx 14 years ago
Vadim Pisarevsky 83f6085773 added more helper macros to the function declarations, to assist the Python wrapper generator. Fixed memleak in Mat::operator()(Range,Range) and the related functions (Mat::row, Mat::col etc.) 14 years ago
Vadim Pisarevsky f7bebe8270 fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size 14 years ago
Vadim Pisarevsky 541441e85b united cv::Mat and cv::MatND 14 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago