Andrey Kamaev
|
c527340cb6
|
Merge branch 2.4
|
2013-02-04 17:15:55 +04:00 |
|
marina.kolpakova
|
14ac8a528e
|
final refactoring and test for training
|
2013-02-01 14:36:06 +04:00 |
|
marina.kolpakova
|
d4d47b1e58
|
restore backword compatibility
|
2013-02-01 14:34:39 +04:00 |
|
marina.kolpakova
|
a8d0e04912
|
amplement weidhting according to L. Bourdev and J. Brandt paper "Robust Object Detection Via Soft Cascade"
|
2013-02-01 14:34:39 +04:00 |
|
LeonidBeynenson
|
6de422701a
|
Made changes to allow ml module to work with big data.
|
2013-01-31 19:37:20 +04:00 |
|
Maria Dimashova
|
0e2958e888
|
fixed CvBoost::predict
(Sometimes sample_data became bad because the buffer with its values was deallocated early).
|
2012-12-29 00:30:52 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Andrey Pavlenko
|
de90033e93
|
test
|
2012-07-25 18:26:07 +04:00 |
|
Maria Dimashova
|
d38f694275
|
fixed CvBoost in mll if no tree can be trained.
|
2012-07-12 12:29:50 +00:00 |
|
Maria Dimashova
|
d56b771963
|
fixed #2082
|
2012-07-01 20:59:29 +00:00 |
|
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
2012-06-09 15:00:04 +00:00 |
|
Vadim Pisarevsky
|
1e14d84008
|
possibly fixed crash boost caused by the recent modification; slightly improved mlp params in letter_recog sample
|
2012-06-09 07:05:24 +00:00 |
|
Vadim Pisarevsky
|
bc54195199
|
decreased size of the buffer used in CvBoost::update_weights (ticket #1803)
|
2012-06-06 10:10:48 +00:00 |
|
Vadim Pisarevsky
|
8bb422b1fc
|
fixed potential buffer size overflow in Boost::update_weight, bug #1524 (thanks to benlemna for the patch)
|
2012-03-26 09:53:52 +00:00 |
|
Vadim Pisarevsky
|
846e37ded5
|
fixed many warnings from GCC 4.6.1
|
2012-03-17 09:22:31 +00:00 |
|
Maria Dimashova
|
48ea65e69c
|
fixed traincascade for ordered features
|
2011-12-22 11:19:27 +00:00 |
|
Vadim Pisarevsky
|
b700521b95
|
fixed trim_weights in boosting (thanks to frankman for the patch; ticket #1231)
|
2011-07-22 12:20:43 +00:00 |
|
Maria Dimashova
|
481d0b2c56
|
fixed CvBoost
|
2011-04-30 17:39:24 +00:00 |
|
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)
|
2011-02-18 10:29:57 +00:00 |
|
Maria Dimashova
|
811f6fbe92
|
fixed CvBoost
|
2011-02-04 15:06:26 +00:00 |
|
Maria Dimashova
|
073a8a6f27
|
fixed CvBoost
|
2011-01-12 12:53:36 +00:00 |
|
Vadim Pisarevsky
|
5b6a755719
|
almost finished Python wrappers
|
2010-11-02 17:58:22 +00:00 |
|
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.)
|
2010-10-27 18:26:39 +00:00 |
|
Maria Dimashova
|
1c1485efd3
|
minor fixes
|
2010-10-13 16:16:40 +00:00 |
|
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|