647 Commits (769f61f8c77445a8ca531012db275776b8febf18)

Author SHA1 Message Date
Ilya Lysenkov 829e558d48 Andrey, Maria and I fixed Mat::diag() 13 years ago
Alexander Shishkov b8f2011f80 fixed incorrect boundaries in countNonZero test 13 years ago
Maria Dimashova 74b38e978b fixed kmeans 13 years ago
Andrey Pavlenko 7e06b18144 workaround for the 'Bug #1784 (cvFloor/cvCeil)'; typos fixed; two more tests for checkRange 13 years ago
Andrey Kamaev cb1565ebc9 Added Android-specific implementation of getNumberOfCPUs 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
Ilya Lysenkov 75ad9b9867 Documented a return value in cvOpenFileStorage (issue #215) 13 years ago
Vadim Pisarevsky 8521f8a5ec fixed crashes in videocapture and videowriter on Ubuntu 11.10 13 years ago
Ilya Lysenkov b6452f4bcf Added a note that cv::pow() doesn't handle NaN and Inf values (#1739) 13 years ago
Andrey Kamaev 7cc7a3f37d Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings. 13 years ago
Marina Kolpakova cf02b2e258 additional android logging for output gtest xml file 13 years ago
Andrey Kamaev dcadc4f8fb #1765 Fixed solvePoly for polynomials having coeffs[n] != 1 13 years ago
Andrey Kamaev 1c1c6b98f6 #645 Added cv::getBuildInformation function (with sample) to get OpenCV build configuration 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 cdc5bbc0bc fixed crash in I/O tests on Windows by making sure std::vector is non-empty before taking pointer to its elements 13 years ago
Andrey Kamaev fa7e7e54dc Fixed ugly bug in AlgorithmInfo initialisation order 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 7fb694756b Fixed bug in reading zero-size Mat from FileStorage 13 years ago
Andrey Kamaev ae00e9074b Added test for reading empty Mat from FileStorage 13 years ago
Vadim Pisarevsky 9ac0d4323d make Mat::Mat(CvMat* m) return empty matrix when m is NULL; added utility Mat::initEmpty() method to replace duplicated matrix initializations in different constructors 13 years ago
Andrey Kamaev 41eb91f5f1 Updated performance tests sanity data; fixed some tests 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
Maria Dimashova 85364ac9b1 fixed Algorithm 13 years ago
Alexander Kapustin 42e0214de5 36 functions of cvtScaleTIPES_func were Neon Optimized 13 years ago
Vadim Pisarevsky ff071d2cf6 added Algorithm::get/set/addParam(vector<Mat>) (to be used by EM) 13 years ago
Alexander Shishkov 66fd36f79e changed version to 2.4 13 years ago
Andrey Kamaev 72f2523d0f Fixed ~20 potential errors identified by the MS complier. 13 years ago
Andrey Kamaev 1af9b8ecab Applied patch from #1133 13 years ago
Vadim Pisarevsky 0404b2989e fixed line clipping (ticket #1284) 13 years ago
Vadim Pisarevsky 586ff429ec fixed bug #1318. extended RNG::fill with the optional saturateRange parameter 13 years ago
Andrey Kamaev ec793df30f #1205 fixed more bugs/typos in parameters 13 years ago
Andrey Kamaev 94c258cf15 #1205 fixed ~100 of ~700 parameters 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
Maria Dimashova 84c9990632 fixed cvKMeans2 (#1359) 13 years ago
Vadim Pisarevsky 56f5fcd28c added Vec Matx::solve(Vec) (ticket #1376) 13 years ago
Maria Dimashova 6636d255f7 fixed iter index in kmeans 13 years ago
Vadim Pisarevsky d62e486b69 avoid empty clusters in k-means in a more elegant way (relates to ticket #7698) 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
Andrey Kamaev 9941cf7c95 Fixed MSCV2005 build with TBB enabled. 13 years ago
Andrey Kamaev 8eb788c6e7 #842 #include <sys/mman.h> is moved from public headers closer to usage 13 years ago
Vadim Pisarevsky b6ab96ae0b added special notice about the missing saturation in 32s case (ticket #1529) 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
Vladislav Vinogradov eaea6782d5 added more assertion on device features to gpu functions and tests 13 years ago