marina.kolpakova
|
16aacf1780
|
use long seeds
|
12 years ago |
marina.kolpakova
|
e903ce10ce
|
fix wartings for 32bit build
|
12 years ago |
marina.kolpakova
|
8672ae58e2
|
fix globbing under win
|
12 years ago |
marina.kolpakova
|
e2de3b0b81
|
fix build inder mac
|
12 years ago |
marina.kolpakova
|
dc12b4476a
|
suppress debug out for soft cascade Octave
|
12 years ago |
marina.kolpakova
|
e35eebd4d4
|
fix android build
|
12 years ago |
marina.kolpakova
|
e47f58f4ce
|
replace Mats to Input/OutputArrays for Octave's public interface
|
12 years ago |
marina.kolpakova
|
a0f2203f22
|
raplase error output on CV_Error
|
12 years ago |
marina.kolpakova
|
dd8de0c41f
|
move soft cascade octave to ml module
|
12 years ago |
marina.kolpakova
|
a3600b94db
|
created abstract FeaturePool class
|
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
(Sometimes sample_data became bad because the buffer with its values was deallocated early).
|
12 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
13 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
13 years ago |
Andrey Kamaev
|
7d6a2f1bca
|
Revert "skip of table header in MLData (#1962)"
This reverts commit 4d36be8794 .
Conflicts:
modules/ml/include/opencv2/ml/ml.hpp
modules/ml/src/data.cpp
|
13 years ago |
Andrey Kamaev
|
18ab16dbd3
|
Revert "some more fixes towards binary compatibility"
This reverts commit a8c5e35619 .
Conflicts:
modules/imgproc/src/imgwarp.cpp
|
13 years ago |
Vadim Pisarevsky
|
a8c5e35619
|
some more fixes towards binary compatibility
|
13 years ago |
Vadim Pisarevsky
|
633a8bfacc
|
fixed many warnings (modified pull request 13)
|
13 years ago |
Andrey Kamaev
|
1a621c2916
|
Fix build warnings
|
13 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 |