Maksim Shabunin
|
79e8f0680c
|
Updated ml module interfaces and documentation
|
10 years ago |
Dmitriy Anisimov
|
a6b29be55b
|
minor change: moved algorithm type to the end of params
|
11 years ago |
Dmitriy Anisimov
|
dfaf75f502
|
moving algorithm type to param
|
11 years ago |
Dmitriy Anisimov
|
5f3ee657ce
|
removed kdtree declaration from interface
|
11 years ago |
Dmitriy Anisimov
|
9ddb23e025
|
first implementation KNearest wrapper on KDTree
|
11 years ago |
Vadim Pisarevsky
|
c20ff6ce19
|
made everything compile and even run somehow
|
11 years ago |
Vadim Pisarevsky
|
ba3783d205
|
initial commit; ml has been refactored; it compiles and the tests run well; some other modules, apps and samples do not compile; to be fixed
|
11 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
12 years ago |
Andrey Kamaev
|
715fa3303e
|
Move cv::Mat out of core.hpp
|
12 years ago |
Maria Dimashova
|
0b4e96d89c
|
updated thresholds in EM test after cv::EM fixing
|
13 years ago |
Marina Kolpakova
|
162f9fd7ea
|
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
|
13 years ago |
Marina Kolpakova
|
680a44189c
|
merged the trunk r8704:8716
|
13 years ago |
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
13 years ago |
Andrey Kamaev
|
d48d7b2b46
|
Updated warning options for GCC; fixed new warnings.
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
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 |
Andrey Kamaev
|
44a1e79621
|
Fixed build warnings
|
13 years ago |
Maria Dimashova
|
570c8254b2
|
fixed test on em
|
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 |
Andrey Kamaev
|
97835a8f32
|
Fixed 9 more build warnings
|
13 years ago |
Maria Dimashova
|
3b02ee4b29
|
modified likelihood computing
|
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 |
Vadim Pisarevsky
|
0f1f7b0b4a
|
fixed a few VS2010 warnings in EM
|
13 years ago |
Maria Dimashova
|
85fa0e7763
|
added cv::EM, moved CvEM to legacy, added/updated tests
|
13 years ago |
Maria Dimashova
|
8d9d964550
|
added smoke test on EM, fixed EM reading #1570 (thanks to mr.pppoe),
|
13 years ago |
Maria Dimashova
|
008a1c91fd
|
fixed em test
|
13 years ago |
Vadim Pisarevsky
|
2d2b8a496e
|
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
|
14 years ago |
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
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
|
061b49e0b2
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
14 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |