Vadim Pisarevsky
|
8521f8a5ec
|
fixed crashes in videocapture and videowriter on Ubuntu 11.10
|
13 years ago |
Vadim Pisarevsky
|
61c7c441b9
|
handle single-point sets in kmeans properly
|
13 years ago |
Alexander Shishkov
|
a03c6d9d1f
|
fixed RAND test for float values
|
13 years ago |
Vadim Pisarevsky
|
c6a27b3d2f
|
probably, ultimately fixed the problem of empty clusters in kmeans; added test for singular kmeans cases
|
13 years ago |
Andrey Kamaev
|
ae00e9074b
|
Added test for reading empty Mat from FileStorage
|
13 years ago |
Vadim Pisarevsky
|
c7d38a3aab
|
restored try-catch in the i/o test
|
13 years ago |
Vadim Pisarevsky
|
5e15557155
|
fixed a few bugs in XML/YAML input/output.
|
13 years ago |
Vadim Pisarevsky
|
586ff429ec
|
fixed bug #1318. extended RNG::fill with the optional saturateRange parameter
|
13 years ago |
Andrey Kamaev
|
700c1665c9
|
Fixed 2 spontaneously failing tests
|
13 years ago |
Marina Kolpakova
|
13c7222238
|
minor refactoring
|
13 years ago |
Marina Kolpakova
|
32b9bc1d00
|
fixed bug for #1496 and correctness tests for function CheckRange
|
13 years ago |
Vadim Pisarevsky
|
24bc0db1b0
|
fixed writing huge matrices (ticket #1439)
|
13 years ago |
Vadim Pisarevsky
|
bf12855007
|
fixed mask operations with uninitialized output array, added the corresponding test (ticket #1286)
|
13 years ago |
Vadim Pisarevsky
|
af8e5696f0
|
fixed a few compile problems in SparseMat code; fixed iteration over an empty sparse matrix (ticket #1587)
|
13 years ago |
Andrey Kamaev
|
bfaae7dd93
|
Input/Output arrays are updated to support fixed-type and fixed-size semantic for all compatible types
|
13 years ago |
Vadim Pisarevsky
|
846e37ded5
|
fixed many warnings from GCC 4.6.1
|
13 years ago |
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
13 years ago |
Andrey Kamaev
|
691d392312
|
Fixes: Android NDK r7b, android build warnings, build with Visual Studio 2005.
|
13 years ago |
Anatoly Baksheev
|
84db4eb6fa
|
fixed ~200 warnings for windows
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
|
13 years ago |
Alexander Reshetnikov
|
6ead21b1a2
|
added licenses to some tests; updated new highgui tests
|
13 years ago |
Alexander Reshetnikov
|
951a3d6c7a
|
fixed a bug which caused incorrect work of function eigen()
|
13 years ago |
Alexander Reshetnikov
|
07fa62f0c4
|
some design code changes in new tests
|
13 years ago |
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 |