14 Commits (22970b827055de32d07b94fa8d1ac039a70103ec)

Author SHA1 Message Date
Vadim Pisarevsky 22970b8270 fixed multiple GCC warnings on Ubuntu 11.04 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 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 77529b1fa6 fixed bugs in CartToPolarToCart test 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 e6aba3e51c turn off SSE2 optimization in cv::exp & cv::log in the case of GCC <=4.1 (not no Mac, where a patched GCC 4.0 is used) 15 years ago
Vadim Pisarevsky 9d8644dee0 turn off SSE2 optimization in cv::exp & cv::log in the case of VS2005 or earlier versions, because of missing _mm_cast* intrinsics (ticket #729) 15 years ago
Vadim Pisarevsky 402ef4c9cb correct 2 bugs in cvSolveCubic (linear and quadratic cases: tickets #525 and #364) 15 years ago
Vadim Pisarevsky f7bebe8270 fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size 15 years ago
Vadim Pisarevsky 541441e85b united cv::Mat and cv::MatND 15 years ago
Anatoly Baksheev f8a14a0854 fixed warnings under VS2010 about 'implicit conversion from double to float'. 15 years ago
Vadim Pisarevsky 12656df19a much faster exp() and log() with SSE2 15 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago