70 Commits (907a9101eb7aca65e5f096cde387df65be8b271d)

Author SHA1 Message Date
Kevin 93155c6ae0 Overloaded PCA constructor and ( ) operator to implement Feature#2287 - PCA that retains a specified amount of variance from the data. A sample was added to samples/cpp to demonstrate the new functionality. Docs and Tests were also updated 12 years ago
Vadim Pisarevsky a74a2302aa fixed bug #2331 12 years ago
Vadim Pisarevsky 0bd68a70f1 fixed #2297, #2300; fixed several warnings 12 years ago
Andrey Kamaev e900952b87 quiet most of the OSX build warnings 13 years ago
Vadim Pisarevsky 31395b0759 added check for false bug report #2081 13 years ago
Andrey Kamaev afe11f69fb Fixed Windows build warnings and configuration problem. 13 years ago
Vadim Pisarevsky 82cb2ab556 fixed bug in SVD, ticket #2027; fixed building highgui with ffmpeg support on MacOSX 13 years ago
Vadim Pisarevsky fd901d8323 fixed #2108 (thanks to Vincent for the report and proposed solution) 13 years ago
Vadim Pisarevsky d60b1f2f82 fixed bug #2106; added test 13 years ago
Andrey Kamaev d9c74f63e1 All tests writing temporary files are updated to use cv::tempfile() function 13 years ago
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Andrey Kamaev 47a4e87784 Ignored warnings from gtest with precompiled headers enabled 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Andrey Kamaev 1a572c8e89 Added test for #1997; fixed build warnings 13 years ago
Vadim Pisarevsky 17d9509e31 changed "void FileStorage::release(string&)" to "string FileStorage::releaseAndGetString()" 13 years ago
Vadim Pisarevsky 74882fe188 replaced "string FileStorage::release()" with 2 methods to preserve backward compatibility. 13 years ago
Vadim Pisarevsky bc929a7d46 added API for storing OpenCV data structures to text string and reading them back 13 years ago
Andrey Kamaev 9d73b5f510 Added test for #914 13 years ago
Andrey Kamaev 5f9e295adf Added test and workaround for #1942 13 years ago
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 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 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
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