Alexander Reshetnikov
|
3b92e9518e
|
Several updates of code in countNonZero test
|
13 years ago |
Alexander Reshetnikov
|
b5bbce5b54
|
Completed countNonZero test (found that it's already exist, so new implementation isn't used now).
|
13 years ago |
Andrey Pavlenko
|
9c1ec1ce84
|
fixing compilation; but some code lines look weird,
e.g. "n += abs(sign(value))" or "n += sign(cv::norm(value) > eps_64"
|
13 years ago |
Alexander Reshetnikov
|
a3d2020db0
|
countNonZero & boundingRect tests - added first versions
|
13 years ago |
Alexander Reshetnikov
|
2ce6dd6870
|
eigen tests for 1*1 matrix were temporarily removed from common list
|
13 years ago |
Alexander Shishkov
|
48f3db9787
|
fixed compilation error on Win
|
13 years ago |
Alexander Reshetnikov
|
c53313b06f
|
Complex eigen test was modified.
Fixed some bugs with checking for CV_64FC1 type.
Added eigen tests for 1*1 source matrix.
|
13 years ago |
Alexander Reshetnikov
|
4cfc9dc67e
|
fixed bag in the checking size of matrix and vector for eigen test; all eigen test execution was checked: it works correctly; added first version of homography test for C++ interface
|
13 years ago |
Alexander Reshetnikov
|
1767049f30
|
Fixed some errors in test data for eigen. Added test using lowindex & highindex in eigen function.
|
13 years ago |
Alexander Reshetnikov
|
dab3586792
|
first version of Eigen test for C++ interface
|
13 years ago |
Andrey Kamaev
|
ce81868ba4
|
Fixed cv::norm accuracy test allowed error
|
13 years ago |
Vadim Pisarevsky
|
72c23e7bbb
|
fixed most of test_core failures (except for SVD)
|
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 |
Anatoly Baksheev
|
415978b1c9
|
warnings
|
13 years ago |
Vadim Pisarevsky
|
fba70ca131
|
fixed bug #1306 (Vec assignment); added tests for Vec & Matx multiplication
|
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 |
Anatoly Baksheev
|
8f4c7db3f6
|
~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
|
14 years ago |
Vadim Pisarevsky
|
5ca3bd502c
|
reverted broken opencv_test_core launcher
|
14 years ago |
Vadim Pisarevsky
|
3b9e752be7
|
some more core functions documented + minor fixes and rearrangements
|
14 years ago |
Anatoly Baksheev
|
1c18e5fef9
|
fixed ~300 warnings under windows (had to hack gtest a bit)
|
14 years ago |
Vadim Pisarevsky
|
9ac3a35175
|
do not use Lapack anymore
|
14 years ago |
Andrey Kamaev
|
8483b95256
|
Fixed #1004
|
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 |
Andrey Kamaev
|
b906ad3108
|
Test system included into Android build
|
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 |