marina.kolpakova
|
dc12b4476a
|
suppress debug out for soft cascade Octave
|
12 years ago |
marina.kolpakova
|
e47f58f4ce
|
replace Mats to Input/OutputArrays for Octave's public interface
|
12 years ago |
marina.kolpakova
|
e7bab669fa
|
replace cv::Mat to Input/Output arrays
|
12 years ago |
marina.kolpakova
|
dd8de0c41f
|
move soft cascade octave to ml module
|
12 years ago |
marina.kolpakova
|
a0e93d0482
|
move image extraction logic from Octave to Dataset class
|
12 years ago |
marina.kolpakova
|
a3600b94db
|
created abstract FeaturePool class
|
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 |
Andrey Kamaev
|
edee177ef1
|
Fix binary compatibility of opencv_ml
|
12 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
|
12 years ago |
Andrey Kamaev
|
0dc3d61071
|
Revert "yet another portion of changes towards the binary compatibility"
This reverts commit 618fbf5508 .
|
12 years ago |
Andrey Kamaev
|
e7b81688a4
|
Revert "yet another portion of changes towards the binary compatibility"
This reverts commit 618fbf5508 .
|
12 years ago |
Andrey Kamaev
|
18ab16dbd3
|
Revert "some more fixes towards binary compatibility"
This reverts commit a8c5e35619 .
Conflicts:
modules/imgproc/src/imgwarp.cpp
|
12 years ago |
Vadim Pisarevsky
|
a8c5e35619
|
some more fixes towards binary compatibility
|
12 years ago |
Vadim Pisarevsky
|
618fbf5508
|
yet another portion of changes towards the binary compatibility
|
12 years ago |
Andrey Kamaev
|
f268af8ef0
|
Removed remaining SWIG marks from headers
|
12 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 |
Alexander Mordvintsev
|
a98d6b6217
|
exposed parallelized SVM prediction to python (predict_all)
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Andrey Kamaev
|
81a5988015
|
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
|
13 years ago |
Andrey Kamaev
|
eb2f1f81ed
|
Fixed hundreds of documentation problems
|
13 years ago |
Maria Dimashova
|
4d36be8794
|
skip of table header in MLData (#1962)
|
13 years ago |
Andrey Kamaev
|
70166820ea
|
Merged the trunk r8324:8345
|
13 years ago |
Vadim Pisarevsky
|
9bbcebd6b0
|
added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu.
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Maria Dimashova
|
ca8241f6e5
|
made em params read only; minor renaming
|
13 years ago |
Maria Dimashova
|
3dfa917879
|
refactored train and predict methods of em
|
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 |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Maria Dimashova
|
9783cd985f
|
fixed ERTrees name for writing to/reading from xml
|
13 years ago |
Maria Dimashova
|
f2c252f8e7
|
moved to double in EM; fixed bug
|
13 years ago |
Vadim Pisarevsky
|
b8c310065c
|
modified EM interface; updated tests & samples
|
13 years ago |
Maria Dimashova
|
71d8769314
|
removed EM from python and java bindings
|
13 years ago |
Maria Dimashova
|
85fa0e7763
|
added cv::EM, moved CvEM to legacy, added/updated tests
|
13 years ago |
Alexander Mordvintsev
|
a0af870719
|
added CV_OUT to CvANN_MLP::predict
python cv2 MLP sample done
|
13 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 |
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 |
Maria Dimashova
|
2920796800
|
minor
|
14 years ago |
Maria Dimashova
|
3dc03531e1
|
added CvEM read/write (#1032)
|
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 |
Vadim Pisarevsky
|
ae8f2eeac2
|
restored img_proc_test main() call; removed windows.h from ml.hpp
|
14 years ago |
Vadim Pisarevsky
|
17a2480a21
|
integrated parallel SVM prediction; fixed warnings after meanshift integration
|
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
|
bad4ca2a51
|
added the optional balanced cross-validation in SVN::train_auto (by arman, ticket #314)
|
14 years ago |