339 Commits (e379ea6ed60b0caad4d4e3eea096e9d850cb8c86)

Author SHA1 Message Date
Vadim Pisarevsky 52797a55e2 added support for vector<Mat_<>> in InputArray, OutputArray, split & merge 13 years ago
Vadim Pisarevsky 7a7dae3627 fixed problem with Mat::copyTo() with Mat_<> arguments (ticket #1918) 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
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 13 years ago
Andrey Kamaev 09140c2fc6 Reenabled OpponentSIFT test; 13 years ago
Vadim Pisarevsky 87888984a5 added Matx<4,4>*Scalar operator (ticket #1830) 13 years ago
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 13 years ago
Vadim Pisarevsky 75b1788c6b added "Matx*Vec -> Vec" operator (ticket #1830) 13 years ago
Vadim Pisarevsky b8e70ea6c9 NORM_L2SQR added too (ticket #1840) 13 years ago
Vadim Pisarevsky 40f2c716af added NORM_HAMMING* support to cv::norm (ticket #1840) 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Andrey Kamaev 97835a8f32 Fixed 9 more build warnings 13 years ago
Marina Kolpakova c0f6e219bb calcCovarMatrix cupport fot std::vectors of cv::Mat (#494) 13 years ago
Alexander Shishkov 7cd42b8b6a modified reduce test 13 years ago
Vadim Pisarevsky b122f7326b fixed Core_Array.expressions test 13 years ago
Alexander Shishkov b8f2011f80 fixed incorrect boundaries in countNonZero test 13 years ago
Andrey Pavlenko 7e06b18144 workaround for the 'Bug #1784 (cvFloor/cvCeil)'; typos fixed; two more tests for checkRange 13 years ago
Andrey Pavlenko dccfd79da8 #1783: test and fix for the bug 13 years ago
Alexander Shishkov f551b2547e turn on CountNonZero test 13 years ago
Vadim Pisarevsky 2a626e1a2d fixed input array initialization in ArithmMaskUninitialized test (thanks to Alexander!) 13 years ago
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 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, 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. 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