Andrey Kamaev
|
052d2dc23a
|
Merged the trunk r8459:8466 (inclusive)
|
2012-05-30 09:00:32 +00:00 |
|
Andrey Kamaev
|
e1c4fd9e1f
|
Merged the trunk r8345:8376
|
2012-05-18 13:18:37 +00:00 |
|
Andrey Kamaev
|
c3577a288b
|
Merged the trunk r8291:8321
|
2012-05-18 12:34:01 +00:00 |
|
Vadim Pisarevsky
|
53104e6f43
|
decreased the number of tests in Core_Eigen, decreased the maximum matrix size in Core_SVD; now those tests take less time to complete
|
2012-04-28 11:00:34 +00:00 |
|
Andrey Kamaev
|
09140c2fc6
|
Reenabled OpponentSIFT test;
Changed compiler flags for 32-bit MSVC;
Fixed handling of "d" suffix of debug binaries in run.py.
|
2012-04-26 21:37:27 +00:00 |
|
Vadim Pisarevsky
|
87888984a5
|
added Matx<4,4>*Scalar operator (ticket #1830)
|
2012-04-25 08:59:37 +00:00 |
|
Vadim Pisarevsky
|
30f1ab059b
|
make Mat::at<>(i) work with 2d matrices (to retrieve all elements in row-major order) (reported by Kurt) and fixed bug #1804
|
2012-04-25 08:39:21 +00:00 |
|
Vadim Pisarevsky
|
75b1788c6b
|
added "Matx*Vec -> Vec" operator (ticket #1830)
|
2012-04-24 12:45:19 +00:00 |
|
Vadim Pisarevsky
|
b8e70ea6c9
|
NORM_L2SQR added too (ticket #1840)
|
2012-04-23 12:29:23 +00:00 |
|
Vadim Pisarevsky
|
40f2c716af
|
added NORM_HAMMING* support to cv::norm (ticket #1840)
|
2012-04-23 12:19:02 +00:00 |
|
Andrey Kamaev
|
97835a8f32
|
Fixed 9 more build warnings
|
2012-04-12 16:21:08 +00:00 |
|
Marina Kolpakova
|
c0f6e219bb
|
calcCovarMatrix cupport fot std::vectors of cv::Mat (#494)
|
2012-04-12 04:21:32 +00:00 |
|
Alexander Shishkov
|
7cd42b8b6a
|
modified reduce test
|
2012-04-11 11:53:56 +00:00 |
|
Vadim Pisarevsky
|
b122f7326b
|
fixed Core_Array.expressions test
|
2012-04-10 21:28:53 +00:00 |
|
Alexander Shishkov
|
b8f2011f80
|
fixed incorrect boundaries in countNonZero test
|
2012-04-10 12:39:32 +00:00 |
|
Andrey Pavlenko
|
7e06b18144
|
workaround for the 'Bug #1784 (cvFloor/cvCeil)'; typos fixed; two more tests for checkRange
|
2012-04-10 09:48:06 +00:00 |
|
Andrey Pavlenko
|
dccfd79da8
|
#1783: test and fix for the bug
|
2012-04-10 08:22:33 +00:00 |
|
Alexander Shishkov
|
f551b2547e
|
turn on CountNonZero test
|
2012-04-09 15:40:50 +00:00 |
|
Vadim Pisarevsky
|
2a626e1a2d
|
fixed input array initialization in ArithmMaskUninitialized test (thanks to Alexander!)
|
2012-04-09 14:51:08 +00:00 |
|
Vadim Pisarevsky
|
8521f8a5ec
|
fixed crashes in videocapture and videowriter on Ubuntu 11.10
|
2012-04-09 12:50:29 +00:00 |
|
Vadim Pisarevsky
|
61c7c441b9
|
handle single-point sets in kmeans properly
|
2012-04-06 13:22:08 +00:00 |
|
Alexander Shishkov
|
a03c6d9d1f
|
fixed RAND test for float values
|
2012-04-06 10:35:25 +00:00 |
|
Vadim Pisarevsky
|
c6a27b3d2f
|
probably, ultimately fixed the problem of empty clusters in kmeans; added test for singular kmeans cases
|
2012-04-05 13:01:34 +00:00 |
|
Andrey Kamaev
|
ae00e9074b
|
Added test for reading empty Mat from FileStorage
|
2012-04-04 13:10:03 +00:00 |
|
Vadim Pisarevsky
|
c7d38a3aab
|
restored try-catch in the i/o test
|
2012-04-03 13:05:16 +00:00 |
|
Vadim Pisarevsky
|
5e15557155
|
fixed a few bugs in XML/YAML input/output.
|
2012-04-03 12:23:46 +00:00 |
|
Vadim Pisarevsky
|
586ff429ec
|
fixed bug #1318. extended RNG::fill with the optional saturateRange parameter
|
2012-03-29 12:00:34 +00:00 |
|
Andrey Kamaev
|
700c1665c9
|
Fixed 2 spontaneously failing tests
|
2012-03-29 03:05:41 +00:00 |
|
Marina Kolpakova
|
13c7222238
|
minor refactoring
|
2012-03-28 20:50:02 +00:00 |
|
Marina Kolpakova
|
32b9bc1d00
|
fixed bug for #1496 and correctness tests for function CheckRange
|
2012-03-28 20:09:13 +00:00 |
|
Vadim Pisarevsky
|
24bc0db1b0
|
fixed writing huge matrices (ticket #1439)
|
2012-03-28 09:57:31 +00:00 |
|
Vadim Pisarevsky
|
bf12855007
|
fixed mask operations with uninitialized output array, added the corresponding test (ticket #1286)
|
2012-03-28 09:07:00 +00:00 |
|
Vadim Pisarevsky
|
af8e5696f0
|
fixed a few compile problems in SparseMat code; fixed iteration over an empty sparse matrix (ticket #1587)
|
2012-03-27 14:43:24 +00:00 |
|
Andrey Kamaev
|
bfaae7dd93
|
Input/Output arrays are updated to support fixed-type and fixed-size semantic for all compatible types
|
2012-03-26 08:18:53 +00:00 |
|
Vadim Pisarevsky
|
846e37ded5
|
fixed many warnings from GCC 4.6.1
|
2012-03-17 09:22:31 +00:00 |
|
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
2012-03-16 21:21:04 +00:00 |
|
Andrey Kamaev
|
691d392312
|
Fixes: Android NDK r7b, android build warnings, build with Visual Studio 2005.
|
2012-02-16 20:29:35 +00:00 |
|
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)
|
2012-02-14 10:22:34 +00:00 |
|
Alexander Reshetnikov
|
6ead21b1a2
|
added licenses to some tests; updated new highgui tests
|
2012-02-09 10:51:53 +00:00 |
|
Alexander Reshetnikov
|
951a3d6c7a
|
fixed a bug which caused incorrect work of function eigen()
|
2012-01-25 16:01:59 +00:00 |
|
Alexander Reshetnikov
|
07fa62f0c4
|
some design code changes in new tests
|
2012-01-25 13:41:48 +00:00 |
|
Alexander Reshetnikov
|
3b92e9518e
|
Several updates of code in countNonZero test
|
2012-01-19 18:29:32 +00:00 |
|
Alexander Reshetnikov
|
b5bbce5b54
|
Completed countNonZero test (found that it's already exist, so new implementation isn't used now).
|
2012-01-19 16:30:35 +00:00 |
|
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"
|
2012-01-19 05:22:51 +00:00 |
|
Alexander Reshetnikov
|
a3d2020db0
|
countNonZero & boundingRect tests - added first versions
|
2012-01-19 00:22:22 +00:00 |
|
Alexander Reshetnikov
|
2ce6dd6870
|
eigen tests for 1*1 matrix were temporarily removed from common list
|
2012-01-10 08:24:10 +00:00 |
|
Alexander Shishkov
|
48f3db9787
|
fixed compilation error on Win
|
2012-01-07 09:31:57 +00:00 |
|
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.
|
2012-01-03 19:06:56 +00:00 |
|
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
|
2011-12-23 18:36:04 +00:00 |
|
Alexander Reshetnikov
|
1767049f30
|
Fixed some errors in test data for eigen. Added test using lowindex & highindex in eigen function.
|
2011-12-21 19:37:13 +00:00 |
|