Vadim Pisarevsky
|
24b01a8e4f
|
continuing to debug boost and fix MSVC compile errors
|
2014-08-03 21:21:11 +04:00 |
|
Vadim Pisarevsky
|
eeb786fcfd
|
fixed compile warnings from MSVC; fixed warnings in Python bindings; added some debugging code
|
2014-08-03 12:46:28 +04:00 |
|
Vadim Pisarevsky
|
2520e335d1
|
removed many extra whitespaces; fixed 1 warning
|
2014-08-03 03:08:25 +04:00 |
|
Vadim Pisarevsky
|
c20ff6ce19
|
made everything compile and even run somehow
|
2014-08-03 01:41:09 +04:00 |
|
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
|
2014-07-29 23:54:23 +04:00 |
|
Cosmin Boaca
|
e6f86ea39d
|
Merge branch 'add_prob_result_bayes_classifier', remote-tracking branch 'upstream/master' into add_prob_result_bayes_classifier
|
2014-01-30 13:32:32 +02:00 |
|
Cosmin Boaca
|
97092e31bc
|
Added result_probabilities parameter to CvNormalBayesClassifier::predict method. Issue #3401
|
2014-01-29 13:57:51 +02:00 |
|
Cosmin Boaca
|
3985980b2f
|
Added returnDFVal parameter to parallel CvSVM::predict function
|
2014-01-28 11:54:39 +02:00 |
|
Andrey Pavlenko
|
c8afe7efc6
|
Merge pull request #1320 from mbarnach:svm_hog
|
2014-01-21 19:23:04 +04:00 |
|
Ilya Lavrenov
|
37789f015a
|
deleted excess semicolons, commas
|
2014-01-18 01:31:33 +04:00 |
|
Roman Donchenko
|
9c2272d520
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
.gitignore
CMakeLists.txt
doc/CMakeLists.txt
modules/calib3d/src/stereosgbm.cpp
modules/core/include/opencv2/core/mat.hpp
modules/highgui/src/cap_openni.cpp
modules/ml/include/opencv2/ml/ml.hpp
modules/objdetect/src/hog.cpp
modules/ocl/perf/perf_color.cpp
modules/ocl/src/arithm.cpp
modules/ocl/src/filtering.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/src/optical_flow_farneback.cpp
platforms/scripts/camera_build.conf
platforms/scripts/cmake_android_all_cameras.py
samples/cpp/Qt_sample/main.cpp
samples/cpp/tutorial_code/introduction/windows_visual_studio_Opencv/Test.cpp
|
2013-11-26 15:05:26 +04:00 |
|
Mathieu Barnachon
|
63c23cce65
|
Merge remote-tracking branch 'upstream/master' into svm_hog
|
2013-11-24 13:24:39 +01:00 |
|
Mathieu Barnachon
|
0934344a3d
|
Update sample and code with external computation of HOG detector.
|
2013-09-12 18:38:49 +02:00 |
|
Roman Donchenko
|
345bc633cc
|
Boring changes - ml.
|
2013-09-05 18:26:44 +04:00 |
|
Maria Dimashova
|
989be02562
|
fixed cpp wrappers of ML tree-based models
|
2013-08-23 18:13:10 +04:00 |
|
Mathieu Barnachon
|
7f3273c77f
|
Adding an export for HOGDetector compatibility.
An SVM train with HOG could export a single vector for HOGDetector.
|
2013-08-22 15:00:32 +12:00 |
|
Andrey Kamaev
|
2b1ef95415
|
Completely separate C and C++ API of OpenCV core
|
2013-04-01 15:24:34 +04:00 |
|
Andrey Kamaev
|
75513a46dc
|
Remove all include directives for <string>
|
2013-03-22 22:14:47 +04:00 |
|
Andrey Kamaev
|
2ad7b97f1c
|
All modules (except ocl and gpu) compiles and pass tests
|
2013-03-22 22:14:26 +04:00 |
|
Andrey Kamaev
|
1ca8f33b4e
|
Merge branch '2.4'
|
2013-03-21 23:11:54 +04:00 |
|
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
2013-03-13 17:26:56 +04:00 |
|