122 Commits (976da2f3d3a1a929553a4d7e194e6b3f9770c480)

Author SHA1 Message Date
Vladislav Vinogradov 746185652a add additional tests for different input cases 11 years ago
Vladislav Vinogradov 77275031ab finally fix cv::subtract 11 years ago
Vladislav Vinogradov 629461c836 fix output matrix allocation in cv::subtract 11 years ago
Vladislav Vinogradov 4c66614e07 fix cv::subtract function: 11 years ago
Maks Naumov 29d1bce85f remove unused variable in TEST_P() 11 years ago
Maks Naumov 8271bd5f14 fix condition in CV_OperationsTest::operations1() 11 years ago
Ilya Lavrenov eedf86402d typos 11 years ago
Ilya Lavrenov e7e63fac6c eliminated possible memory leak 11 years ago
Roman Donchenko 5f8d8c0069 Added a test for matrix-to-vector copy and convert. 11 years ago
Ilya Lavrenov 6b9ebcbf3d deleted extra semicolons 11 years ago
Ilya Lavrenov 09d25e11c6 fixed bug #3341 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
Alexander Smorkalov b15addec70 C4447 warning about main function format suppressed. 11 years ago
Bahram Dahi 6cf9070b9a Added ability to read several opencv types (Size, Point, etc.) to FileStorage. Solves issue #3196 11 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 11 years ago
Alexander Smorkalov 63786c389f Warning and review notes fixes. 11 years ago
kdrobnyh 4dfd40bec0 Add IPP mean and sum functions 11 years ago
Roman Donchenko 484607fb6f Backported RNG_MT19937 from master. 12 years ago
Roman Donchenko f64d512774 Backported globbing from master. 12 years ago
Alexander Smorkalov 6f68640d4d Multiple fixes for WinRT 12 years ago
Vadim Pisarevsky a4815cf359 removed extra whitespaces 12 years ago
Vadim Pisarevsky 38693ef37c fixed http://code.opencv.org/issues/2899 12 years ago
Vadim Pisarevsky 9a86245242 added test for bug #1448 and hopefully fixes the bug #2898 12 years ago
Vadim Pisarevsky 25bbcba0ea fixed Core_MulSpectrums failure 12 years ago
Kirill Kornyakov 74e5650350 Reenabled second test 12 years ago
Kirill Kornyakov 7071bd63ab Added two tests to highlight bug #2788 12 years ago
Kirill Kornyakov 81b9f9b16b Added a test that documents that negative numbers are not clipped by cv::saturate_cast 12 years ago
Vadim Pisarevsky 146ca61a27 added tests for #1373, #2629, #2719; fixed another bug in determinant(Matx<T,n,n>) 12 years ago
Andrey Kamaev a126532cb7 Fix OS X build warnings 12 years ago
Vadim Pisarevsky 9163471987 improved accuracy of 3x3 invert on poorly-conditioned matrices (bug #2525) 12 years ago
marina.kolpakova 7a5b9a6b7f replase __APPLE__ marco with __clang__ 12 years ago
Andrey Kamaev 2b0072d823 Suppress more warnings in gtest on OS X 12 years ago
Vadim Pisarevsky ae10ecd264 fixed 2 test failures (test_DrawChessboardCorners & Core_Array.expressions) 12 years ago
Andrey Kamaev 15076f9232 Fix implementation of PCA overload with retained variance parameter 12 years ago
marina.kolpakova 99c666691e Restore core multiply/divide depth to CV_64F value. 12 years ago
Vadim Pisarevsky f5742e6cac fix bug #2447 - unary operator bug for single column matrix 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Vadim Pisarevsky 7ee6040192 enable Matx as Mat elements (bug #1705). 12 years ago
Vadim Pisarevsky 56d3cad326 enabled odd size in DFT_COMPLEX_OUTPUT test 12 years ago
Vadim Pisarevsky 37ad10bf0d fixed bug with partly uninitialized output of dft with DFT_COMPLEX_OUTPUT flag (bug #2223) 12 years ago
Vadim Pisarevsky 1ded1597e7 fixed mixed-type array operations (bug #2336) 12 years ago
Vadim Pisarevsky 7946fcdb69 added test for #2336 12 years ago
Andrey Kamaev e73089bdb5 Fix windows build warnings 12 years ago
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
Andrey Kamaev b368f99d03 Merged the trunk r8852:8880 13 years ago
Vadim Pisarevsky 31395b0759 added check for false bug report #2081 13 years ago