Andrey Morozov
|
ef8c263500
|
fixed compile under linux
|
2012-02-10 12:46:34 +00:00 |
|
Victoria Zhislina
|
fbdb93ec79
|
CV_ENABLE_UNROLLED
|
2012-02-10 06:05:04 +00:00 |
|
Andrey Kamaev
|
f8bd4252db
|
Tegra optimization for split, merge and some color conversions
|
2012-01-19 11:52:25 +00:00 |
|
Vadim Pisarevsky
|
dec0af8d79
|
implemented invert(A, B, DECOMP_EIG)
|
2011-12-27 15:56:17 +00:00 |
|
Andrey Kamaev
|
0744092b21
|
Fixed build with gcc compiler; couple minor improvements in perf testing framework
|
2011-12-16 04:42:34 +00:00 |
|
Vadim Pisarevsky
|
eef900e46a
|
optimized cmp and cvtscale(16s->16s) using SSE2 (thanks to Victoria)
|
2011-12-15 21:15:51 +00:00 |
|
Vadim Pisarevsky
|
8989e0b07e
|
fixed single-mat input/output in mixChannels() (ticket #1446)
|
2011-12-03 20:19:33 +00:00 |
|
Andrey Kamaev
|
0a2c7803b6
|
Fixed mixChannels argument types
|
2011-08-08 07:08:58 +00:00 |
|
Vadim Pisarevsky
|
ff5e97c8e4
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
2011-07-19 12:27:07 +00:00 |
|
Vadim Pisarevsky
|
1badec0b2d
|
eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
|
2011-07-18 16:31:30 +00:00 |
|
Vadim Pisarevsky
|
0e14fef96e
|
fixed warnings in gbt; added insertChannel() and extractChannel(); made the code "rand{u|n}(arr, <number>, <number>)" work properly.
|
2011-06-18 10:56:49 +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 |
|
Vadim Pisarevsky
|
b0598fcf36
|
removed debug print statement from cvMixChannels()
|
2011-05-17 15:55:40 +00:00 |
|
Vadim Pisarevsky
|
62569f6926
|
fixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>.
|
2011-05-17 15:44:01 +00:00 |
|
Vladislav Vinogradov
|
3c2d7b951a
|
fixed LUT (ticket #1057)
|
2011-05-11 05:32:00 +00:00 |
|
Vladislav Vinogradov
|
58e26313dd
|
fixed bug in cv::LUT (multi-channel source array and single-channel table)
added missing cudaSafeCall
|
2011-05-10 06:11:03 +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
|
77529b1fa6
|
fixed bugs in CartToPolarToCart test
|
2011-02-09 21:37:33 +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 |
|
Vadim Pisarevsky
|
f5e5b677c9
|
added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs
|
2010-11-23 16:39:20 +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
|
992eace79a
|
fixed some warnings from xcode
|
2010-07-16 18:28:46 +00:00 |
|
Vadim Pisarevsky
|
f78a3b4cc1
|
updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings
|
2010-07-16 12:54:53 +00:00 |
|
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|