132 Commits (0c50d0821fb88c95ff035c1b757df1451bbd68ad)

Author SHA1 Message Date
Roman Donchenko 484607fb6f Backported RNG_MT19937 from master. 12 years ago
Roman Donchenko f64d512774 Backported globbing from master. 12 years ago
Andrey Kamaev b0e6606b98 Cleanup core module API 12 years ago
Andrey Kamaev 940eedfb27 Finalize core headers reorganization 12 years ago
Andrey Kamaev c979de1eed Rewrite Mat formatting without std streams 12 years ago
Andrey Kamaev 7193a73ca0 Move FileStorage to separate header 12 years ago
Andrey Kamaev 715fa3303e Move cv::Mat out of core.hpp 12 years ago
Andrey Kamaev 5e7ab8baf3 Move cv::Scalar_ to types.hpp 12 years ago
Alexander Smorkalov 6f68640d4d Multiple fixes for WinRT 12 years ago
Andrey Kamaev be7bbe3aa9 Drop cv:: prefix from cv::String used inside the cv namespace 12 years ago
Andrey Kamaev 762aefd71b Compile opencv_test_core with cv::String instead of std::string 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
Andrey Kamaev 89356ff16d Move non-CV functionality from core.hpp to separate utility.hpp header 12 years ago
Vadim Pisarevsky 9a86245242 added test for bug #1448 and hopefully fixes the bug #2898 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
marina.kolpakova a486aafe7c add dlobbing under *nix 12 years ago
marina.kolpakova 12fe6ff734 add Mersenne Twister random number generator 12 years ago
Artanis 993522598b Add implementations for Mat::zeros() and Mat::ones() 12 years ago
Vadim Pisarevsky d925879366 reverted dangerous change in _InputArray::size() 12 years ago
Vadim Pisarevsky 374e3a0890 rewritten several functions from calib3d: findhomography, findfundamentalmat, findessentialmat, estimateaffine3d, computecorrespondepilines, convert points{to/from}homogeneous to C++. 12 years ago
Vadim Pisarevsky 25bbcba0ea fixed Core_MulSpectrums failure 12 years ago
Andrey Kamaev d586f4a103 Fix x64 build warnings 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 ae5661d5dc Fix random failures of Split and Merge tests 12 years ago
Andrey Kamaev 20c5a8788d Weaken acceptance criteria in phase test 12 years ago
Andrey Kamaev a126532cb7 Fix OS X build warnings 12 years ago
Andrey Kamaev 0a4ed2bc01 Fix Windows 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
Maria Dimashova 78dd1893bb added tests for cv::merge, cv::split, cv::phase 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 81f826db2b Normalize line endings and whitespace 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