Maksim Shabunin
|
79e8f0680c
|
Updated ml module interfaces and documentation
|
10 years ago |
Maksim Shabunin
|
c85197da55
|
Fixed allocated vector size in ML ANN algorithm
- updated return value of points_classifier sample
|
10 years ago |
Vadim Pisarevsky
|
9a5aa4b23c
|
trying to solve compile problems; temporarily disabled some tests for just added optimization algo's
|
11 years ago |
Vadim Pisarevsky
|
cb9b88e65b
|
fixed more compile warnings on Windows
|
11 years ago |
Vadim Pisarevsky
|
c20ff6ce19
|
made everything compile and even run somehow
|
11 years ago |
Vadim Pisarevsky
|
10b60f8d16
|
continuing refactoring ml samples; added "max vote" response to ANN_MLP. Probably, should make it in less hacky way
|
11 years ago |
Vadim Pisarevsky
|
223cdcd0ee
|
fixed compilation of some samples; fixed ANN_MLP::predict
|
11 years ago |
Baichuan Su
|
632b21e090
|
Modify default setting, using ocl method when have ocl module
|
11 years ago |
Baichuan Su
|
2cf16db683
|
Add Macro to decide using ocl method or not.
|
11 years ago |
Baichuan Su
|
00300baa53
|
Add OpenCL SVM paths for bagofwords_classification and points_classifier samples.
|
11 years ago |
StevenPuttemans
|
2b106db02f
|
Applied all fixes related to translating C to C++ code
Also fixed some typos and code alignment
Also adapted tutorial CPP samples
Fixed some identation problems
|
11 years ago |
Andrey Kamaev
|
0738ea7d0f
|
Make highgui.hpp independent from C API
|
12 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Maria Dimashova
|
3dfa917879
|
refactored train and predict methods of em
|
13 years ago |
Maria Dimashova
|
7120355e06
|
updated points_classifier sample to use bayes classifier after distributions estimation by EM
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Maria Dimashova
|
85fa0e7763
|
added cv::EM, moved CvEM to legacy, added/updated tests
|
13 years ago |
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
13 years ago |
Maria Dimashova
|
f8d93df52a
|
minor
|
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 |
Maria Dimashova
|
1b5f5dd371
|
changed GBT parameters in sample
|
14 years ago |
Maria Dimashova
|
098795cd16
|
minor changes
|
14 years ago |
Maria Dimashova
|
92852ca06e
|
added new ML models to points_classifier sample
|
14 years ago |
Maria Dimashova
|
428aef522b
|
added new sample on ML models
|
14 years ago |