647 Commits (769f61f8c77445a8ca531012db275776b8febf18)

Author SHA1 Message Date
Anatoly Baksheev a79c52a28f updated printCudaDeviceInfo to support Kepler 13 years ago
Andrey Kamaev 3a1f85d4e8 Remerged the 2.4.0 branch 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Vadim Pisarevsky c9dacaa254 added description of Algorithm class (ticket #1818) 13 years ago
Vadim Pisarevsky bffd77ed87 moved planar subdiv docs to legacy; added Input/OutputArray docs to core 13 years ago
Vadim Pisarevsky 53104e6f43 decreased the number of tests in Core_Eigen, decreased the maximum matrix size in Core_SVD; now those tests take less time to complete 13 years ago
Vadim Pisarevsky 9b382d07f6 modified data matrix detection interface (that does not use any new data structures). Added Python sample for data matrix detection. Ticket #1664 13 years ago
Alexander Shishkov da0080dd15 fixed #1855 13 years ago
Alexander Shishkov a07724aea2 fixed #1841 13 years ago
Andrey Kamaev 09140c2fc6 Reenabled OpponentSIFT test; 13 years ago
Alexander Kapustin 79e2070606 5 functions from addWeighted_func family were Neon Optimized 13 years ago
Alexander Kapustin 3e899f6fd7 File perf_addWeited.cpp added 13 years ago
Andrey Kamaev 8d130ff10c Fixed most of the floating-point accuracy problems for x86 gcc 13 years ago
Vadim Pisarevsky 87888984a5 added Matx<4,4>*Scalar operator (ticket #1830) 13 years ago
Vadim Pisarevsky 30f1ab059b make Mat::at<>(i) work with 2d matrices (to retrieve all elements in row-major order) (reported by Kurt) and fixed bug #1804 13 years ago
Vadim Pisarevsky 866d8c0cfa added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811) 13 years ago
Vadim Pisarevsky 75b1788c6b added "Matx*Vec -> Vec" operator (ticket #1830) 13 years ago
Marina Kolpakova 99aed4713f minor tab fix 13 years ago
Andrey Kamaev 019122fba7 Fixed dependencies for cmake status embeeded into opencv core 13 years ago
Vladislav Vinogradov f65d841d6f fixed several warnings (VS2010, Win64) 13 years ago
Vadim Pisarevsky b8e70ea6c9 NORM_L2SQR added too (ticket #1840) 13 years ago
Vadim Pisarevsky 40f2c716af added NORM_HAMMING* support to cv::norm (ticket #1840) 13 years ago
Alexander Kapustin 3675ef516a 6 functions from Inrange_func family were Neon Optimized 13 years ago
Alexander Kapustin 0094b468e6 Fail perf_inRange.cpp added 13 years ago
Vladislav Vinogradov 1eebb4506a removed unnecessary CV_EXPORTS 13 years ago
Andrey Kamaev e4303dc96f Fixed build with mingw 4.4.0 13 years ago
Vadim Pisarevsky 9213bba48a wrapped Algorithm class. 13 years ago
Vadim Pisarevsky 5b6b30ba0e added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded. 13 years ago
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