38 Commits (83761d5f8e74fe921bd817787b630f51e263a95c)

Author SHA1 Message Date
chrizandr d22df8c41f Add wrappers for load functions for DTrees and Boost classifiers 8 years ago
mvukad 695e33b25b Fix missing format when writing Algorithm-based objects 9 years ago
Vadim Pisarevsky 052593c760 1. Input/OutputArray optimizations; 10 years ago
Maksim Shabunin 79e8f0680c Updated ml module interfaces and documentation 10 years ago
Maksim Shabunin d004ee58c5 Support loading old models in ML module 10 years ago
Vadim Pisarevsky 222f8a3d5e hopefully fixed test failure on Linux 11 years ago
Vadim Pisarevsky eeb786fcfd fixed compile warnings from MSVC; fixed warnings in Python bindings; added some debugging code 11 years ago
Vadim Pisarevsky 2520e335d1 removed many extra whitespaces; fixed 1 warning 11 years ago
Vadim Pisarevsky c20ff6ce19 made everything compile and even run somehow 11 years ago
Vadim Pisarevsky ba3783d205 initial commit; ml has been refactored; it compiles and the tests run well; some other modules, apps and samples do not compile; to be fixed 11 years ago
Maria Dimashova 989be02562 fixed cpp wrappers of ML tree-based models 12 years ago
Roman Donchenko 4143071e22 In CvBoost, delegated update_weights's implementation to a helper method. 12 years ago
Andrey Kamaev 715fa3303e Move cv::Mat out of core.hpp 12 years ago
Andrey Kamaev cc6bdfb045 Remove inline sorting algorithms from core headers 12 years ago
marina.kolpakova 14ac8a528e final refactoring and test for training 12 years ago
marina.kolpakova d4d47b1e58 restore backword compatibility 12 years ago
marina.kolpakova a8d0e04912 amplement weidhting according to L. Bourdev and J. Brandt paper "Robust Object Detection Via Soft Cascade" 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 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 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
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
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
Vadim Pisarevsky bc54195199 decreased size of the buffer used in CvBoost::update_weights (ticket #1803) 13 years ago
Vadim Pisarevsky 8bb422b1fc fixed potential buffer size overflow in Boost::update_weight, bug #1524 (thanks to benlemna for the patch) 13 years ago
Vadim Pisarevsky 846e37ded5 fixed many warnings from GCC 4.6.1 13 years ago
Maria Dimashova 48ea65e69c fixed traincascade for ordered features 13 years ago
Vadim Pisarevsky b700521b95 fixed trim_weights in boosting (thanks to frankman for the patch; ticket #1231) 14 years ago
Maria Dimashova 481d0b2c56 fixed CvBoost 14 years ago
Vadim Pisarevsky 65a7f13af3 replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others) 14 years ago
Maria Dimashova 811f6fbe92 fixed CvBoost 14 years ago
Maria Dimashova 073a8a6f27 fixed CvBoost 14 years ago
Vadim Pisarevsky 5b6a755719 almost finished Python wrappers 14 years ago
Vadim Pisarevsky 83f6085773 added more helper macros to the function declarations, to assist the Python wrapper generator. Fixed memleak in Mat::operator()(Range,Range) and the related functions (Mat::row, Mat::col etc.) 14 years ago
Maria Dimashova 1c1485efd3 minor fixes 14 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago