109 Commits (ccb8292e8ec245944d71fe38c32a70ecb0428feb)

Author SHA1 Message Date
Vladislav Vinogradov e433145b7e fix for Bug #3085: 12 years ago
Roman Donchenko 29b13ec1de Replaced most of the usages of parallel_for with that of parallel_for_. 12 years ago
Roman Donchenko 4143071e22 In CvBoost, delegated update_weights's implementation to a helper method. 12 years ago
Vadim Pisarevsky e01335bf47 fixed buffer size and restored the use of compressed files in ml's load_save tests. 12 years ago
Vadim Pisarevsky 4331f76d18 add hack to disable optimization of linear svms; improved precision of optimize_linear_svm; add the relevant test, which however requires some big database (so it's disabled by default) 12 years ago
Vadim Pisarevsky 63a5587d0d exploring possible bug in optimize_linear_svm 12 years ago
Vadim Pisarevsky a06af5ca25 dramatic speedup of SVM::predict in the case of linear SVM 12 years ago
Andy Maloney b497380a68 Check memory allocation 12 years ago
LeonidBeynenson 87b0126e0d Fixed dummy warning. 12 years ago
LeonidBeynenson 013d54c230 Changed types of some variables from int64 back to int. 12 years ago
LeonidBeynenson 6de422701a Made changes to allow ml module to work with big data. 12 years ago
Maria Dimashova 0e2958e888 fixed CvBoost::predict 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Andrey Kamaev 7d6a2f1bca Revert "skip of table header in MLData (#1962)" 12 years ago
Vadim Pisarevsky a8c5e35619 some more fixes towards binary compatibility 12 years ago
Vadim Pisarevsky 633a8bfacc fixed many warnings (modified pull request 13) 12 years ago
Andrey Kamaev 1a621c2916 Fix build warnings 12 years ago
Andrey Pavlenko de90033e93 test 13 years ago
Maria Dimashova d38f694275 fixed CvBoost in mll if no tree can be trained. 13 years ago
Maria Dimashova 75e0eeab17 fixed #2160 13 years ago
Maria Dimashova 994f8710f3 fixed #2159 13 years ago
Andrey Kamaev b368f99d03 Merged the trunk r8852:8880 13 years ago
Maria Dimashova d56b771963 fixed #2082 13 years ago
Andrey Kamaev f666bd221f Merged the trunk r8595:8668 (except iOS and new gpu functionality) 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev ab20da0f53 Merged the trunk r8547:8574, r8587 13 years ago
Alexander Mordvintsev a98d6b6217 exposed parallelized SVM prediction to python (predict_all) 13 years ago
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Marina Kolpakova 6727e4cb6d fixed build under android 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Vadim Pisarevsky 1e14d84008 possibly fixed crash boost caused by the recent modification; slightly improved mlp params in letter_recog sample 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Vadim Pisarevsky bc54195199 decreased size of the buffer used in CvBoost::update_weights (ticket #1803) 13 years ago
Andrey Kamaev 949c4edf41 Merged the trunk r8408:8457 (inclusive) 13 years ago
Andrey Kamaev 7b5a45eac4 Merged the trunk r8384:8407 (inclusive) 13 years ago
Maria Dimashova 276a3fe01b fixed #1981 13 years ago
Vadim Pisarevsky fd68cc768a fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876) 13 years ago
Maria Dimashova 4d36be8794 skip of table header in MLData (#1962) 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 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
Maria Dimashova ca8241f6e5 made em params read only; minor renaming 13 years ago
Andrey Kamaev 72f4386fb9 Probably fixed EM tests failure on x86 platforms (thanks to Maria D.) 13 years ago
Maria Dimashova 3dfa917879 refactored train and predict methods of em 13 years ago
Maria Dimashova eaf0d38f03 removed changes of r8043; fixed 4 broken ml tests by other way 13 years ago
Maria Dimashova 3ee1a1d83c fixed mistake in method name (#1798) 13 years ago
Maria Dimashova 71d7482aee fixed nan in EM, added new test on EM 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Andrey Kamaev 5c7e8d775c Fixed 4 broken ml tests. 13 years ago
Maria Dimashova 9783cd985f fixed ERTrees name for writing to/reading from xml 13 years ago
Maria Dimashova 14ca8ed03c added ability to read files with different space count 13 years ago