Vadim Pisarevsky
|
6407093463
|
extended Mat::setTo() to support multi-channel arrays; fixed bug #1095
|
2011-06-13 20:56:27 +00:00 |
|
Vadim Pisarevsky
|
2d2b8a496e
|
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
|
2011-06-08 06:55:04 +00:00 |
|
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
2011-06-06 14:51:27 +00:00 |
|
Vladimir Dudnik
|
2057f2c452
|
fixed build issues related to changes in IPP calls.
|
2011-04-18 21:24:57 +00:00 |
|
Vadim Pisarevsky
|
9a991a2e10
|
fixed build problems on Windows
|
2011-04-18 15:14:32 +00:00 |
|
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
|
Vadim Pisarevsky
|
061b49e0b2
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
2011-02-09 20:55:11 +00:00 |
|
Vladimir Dudnik
|
c987b9f180
|
added IPP Sobel and Sharr filters. Also some minor changes.
|
2011-01-19 23:27:30 +00:00 |
|
Vladimir Dudnik
|
a961cfe135
|
fixed mistake in integration of IPP Sub functions. Added IPP min/max/absdiff/and/or/xor functions.
|
2011-01-10 00:43:14 +00:00 |
|
Vladimir Dudnik
|
a34f044d19
|
add IPP Sub operations to arithm.cpp for 8u, 16u, 16s, 32s, 32f, 64f data types.
|
2011-01-08 21:24:31 +00:00 |
|
Vladimir Dudnik
|
abdb139096
|
add IPP Add operations to arithm.cpp for 8u, 16u, 16s, 32s, 32f, 64f data types.
Added print of IPP info in test log files
|
2011-01-07 00:26:09 +00:00 |
|
Vadim Pisarevsky
|
d8ace43753
|
fixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx
|
2010-11-06 21:51:21 +00:00 |
|
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.)
|
2010-10-27 18:26:39 +00:00 |
|
Vadim Pisarevsky
|
f7bebe8270
|
fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size
|
2010-10-20 12:33:57 +00:00 |
|
Vadim Pisarevsky
|
541441e85b
|
united cv::Mat and cv::MatND
|
2010-10-12 12:31:40 +00:00 |
|
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|