Roman Donchenko
|
4143071e22
|
In CvBoost, delegated update_weights's implementation to a helper method.
This allows subclasses of CvBoost to override initial weights that
update_weights uses without duplicating its entire implementation.
|
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
(Sometimes sample_data became bad because the buffer with its values was deallocated early).
|
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 |