14 Commits (85364ac9b13f6b0a458ef5e248419d64b70ed50c)

Author SHA1 Message Date
Andrey Kamaev 700c1665c9 Fixed 2 spontaneously failing tests 13 years ago
Vadim Pisarevsky bf12855007 fixed mask operations with uninitialized output array, added the corresponding test (ticket #1286) 13 years ago
Andrey Kamaev 691d392312 Fixes: Android NDK r7b, android build warnings, build with Visual Studio 2005. 13 years ago
Andrey Kamaev ce81868ba4 Fixed cv::norm accuracy test allowed error 13 years ago
Kirill Kornyakov 03002fff54 Optimized version of 32F Norm function demands bigger MaxErr value, because it calculates norm in floats instead of double. 13 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 cc9a1bb62f propagated some more fixes from 2.3 branch to the trunk 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 d9ab1d2b92 fixed build on Windows with MSVC2010 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 be4251c143 fixed compile problems when Makefiles are used 14 years ago
Vadim Pisarevsky d2c2c07ad2 updated the new arithmetic tests 14 years ago
Vadim Pisarevsky 97d9a672cc moved gtest to modules; added some gtest-based tests 14 years ago