682 Commits (157cdeb44392e1f3fcd4982c6a2f78d4c2acf127)

Author SHA1 Message Date
Andrey Kamaev b14df1c1e7 Restored old behavior for OSX 13 years ago
Andrey Kamaev 68aec288c0 Fixed Calc_Hist under 32-bit gcc 13 years ago
Maria Dimashova 423b721d97 fixed AlgorithmInfo::read for read only parameters (thanks to Vadim) 13 years ago
Andrey Kamaev 80516ecbe6 Fixed typo; removed duplicated call 13 years ago
Andrey Kamaev 0fd5a9e965 Probably fixed instability of single-precision floating-point RNG 13 years ago
Alexander Kapustin 9bb6e899f3 12 functions from Norm_func family were Neon Optimized 13 years ago
Andrey Kamaev c4af85043a merged few missed changes from 2.4 to trunk 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Ilya Lysenkov 2619221331 Spell checked the documentation with VIM (issue #223) 13 years ago
Ilya Lysenkov 131663b709 Documented C++ interfaces of XML/YAML persistence classes (issues #1358, #539) 13 years ago
Alexander Shishkov d77fb60017 minor changes in documentation 13 years ago
Maria Dimashova 9d764b4115 fixed #1795 13 years ago
Andrey Kamaev 97835a8f32 Fixed 9 more build warnings 13 years ago
Alexander Shishkov 4a6d434e7d fixed #1310 13 years ago
Ilya Lysenkov cd407b53a8 Corrected doc of Mat::adjustROI() (issue #1245) 13 years ago
Ilya Lysenkov e4525860e0 Fixed a typo 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
Andrey Kamaev b756033206 Fixed several warnings on various platforms 13 years ago
Andrey Kamaev b31f468921 Fixed MSVC warning in Mat::diag 13 years ago
Vadim Pisarevsky b122f7326b fixed Core_Array.expressions test 13 years ago
Vadim Pisarevsky 8b0d9f4f5c excluded dangerously overriden Mat_::reshape() method (ticket #1510) 13 years ago
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