Maria Dimashova
|
d56b771963
|
fixed #2082
|
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 |
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
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Vadim Pisarevsky
|
eecda6d308
|
added explicit () to avoid MSVC /analyze warning
|
13 years ago |
Maria Dimashova
|
7f2cda6c8c
|
fix the ticket #1234
|
13 years ago |
Maria Dimashova
|
8d9d964550
|
added smoke test on EM, fixed EM reading #1570 (thanks to mr.pppoe),
|
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
|
2547f7554e
|
fixed memory corruption in CvEM::read() (ticket #1399)
|
13 years ago |
Maria Dimashova
|
a3ce652eb4
|
fixed CvRTrees::read in case nactive_vars==var_count (thanks to Malcolm Reynolds)
|
13 years ago |
Maria Dimashova
|
221422467e
|
fixed priors usage in ertrees
|
14 years ago |
Vadim Pisarevsky
|
b700521b95
|
fixed trim_weights in boosting (thanks to frankman for the patch; ticket #1231)
|
14 years ago |
Vadim Pisarevsky
|
4e099d2e5c
|
fixed memory leak in CvKNearest::train() and the constructor.
|
14 years ago |
Ilya Lysenkov
|
10065d3321
|
Trunk: moved contructors implementations from .hpp to .cpp
|
14 years ago |
Ilya Lysenkov
|
2c958b2598
|
Trunk: moved contructors implementations from .hpp to .cpp
|
14 years ago |
Vadim Pisarevsky
|
0e14fef96e
|
fixed warnings in gbt; added insertChannel() and extractChannel(); made the code "rand{u|n}(arr, <number>, <number>)" work properly.
|
14 years ago |
Maria Dimashova
|
fc04b7ab4f
|
minor refactoring of CvMLData interface
|
14 years ago |
Maria Dimashova
|
0209d72534
|
minor change (moved methods implementation from hpp to cpp)
|
14 years ago |
P. Druzhkov
|
e20d570ed1
|
brief gbt documentation added. some sample fixes made. code updated.
|
14 years ago |
Anatoly Baksheev
|
8f4c7db3f6
|
~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
|
14 years ago |
Vadim Pisarevsky
|
f9fc180e1a
|
fixed tickets #1117 and #954
|
14 years ago |
Vadim Pisarevsky
|
20aca7440f
|
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
|
14 years ago |
Maria Dimashova
|
bdae962e13
|
removed constraint to max_iter in CvANN_MLP (#1110)
|
14 years ago |
Maria Dimashova
|
9e21f06404
|
replaced M_PI by CV_PI
|
14 years ago |
Maria Dimashova
|
3dc03531e1
|
added CvEM read/write (#1032)
|
14 years ago |
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
14 years ago |
P. Druzhkov
|
15f7918e34
|
problem with the supported data matrices types is fixed
minor fixes in CvGBTrees, its test and sample
|
14 years ago |
Anatoly Baksheev
|
8ebff41c29
|
more warnings fixed. +some warnings in examples
|
14 years ago |
Anatoly Baksheev
|
1c18e5fef9
|
fixed ~300 warnings under windows (had to hack gtest a bit)
|
14 years ago |
Maria Dimashova
|
2f81eb22f6
|
fixed #887
|
14 years ago |
Maria Dimashova
|
5c9e6b7059
|
fixed CvGBTrees
|
14 years ago |
Maria Dimashova
|
481d0b2c56
|
fixed CvBoost
|
14 years ago |
Vadim Pisarevsky
|
21f962c315
|
small correction to the previous patch (also by Konstantin Krivakin)
|
14 years ago |
Vadim Pisarevsky
|
17a2480a21
|
integrated parallel SVM prediction; fixed warnings after meanshift integration
|
14 years ago |
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
14 years ago |
Vadim Pisarevsky
|
b9fa21d011
|
normal bayes classifier has been parallelized using TBB; letter_recog sample updated to demosntrate knearest & bayes classifiers (thanks to Konstantin Krivakin for the patches)
|
14 years ago |
Vadim Pisarevsky
|
253d8c683e
|
knearest training has been threaded (thanks to Konstantin Krivakin)
|
14 years ago |
Vadim Pisarevsky
|
800266dd52
|
parallel training of a neural net using TBB (thanks to Konstantin Krivakin)
|
14 years ago |
Vadim Pisarevsky
|
c5e3869c32
|
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 |