Merge pull request #540 from hgaspar:244
[profile/ivi/opencv.git] / modules / ml / include /
2013-02-18 Andrey KamaevMerge pull request #451 from bitwangyaoyao:2.4_operator
2013-02-15 Andrey KamaevMerge pull request #301 from emchristiansen:javasample2.4
2013-02-11 Andrey KamaevMerge pull request #416 from asmaloney:mat-docs-cleanup
2013-02-08 Andrey KamaevMerge pull request #428 from bitwangyaoyao:2.4_erode_dilate
2013-02-08 Andrey KamaevMerge pull request #450 from bitwangyaoyao:2.4_dft
2013-02-06 Andrey KamaevMerge pull request #438 from bitwangyaoyao:2.4_fixwarings
2013-02-05 Andrey KamaevMerge pull request #432 from bitwangyaoyao:2.4_blend
2013-02-05 Andrey KamaevMerge pull request #431 from snosov1:matchTemplate...
2013-02-04 Andrey KamaevMerge pull request #427 from vrabaud:brisk_fixes_2.4
2013-02-04 Andrey KamaevMerge pull request #404 from asmorkalov:android_opencvm...
2013-02-04 Andrey KamaevMerge pull request #408 from asmorkalov:giganetix_cams_...
2013-02-04 Andrey KamaevMerge pull request #420 from asmaloney:check-mem-alloc
2013-02-04 Andrey KamaevMerge pull request #429 from bitwangyaoyao:2.4_setdevEx
2013-02-04 Andrey KamaevMerge pull request #425 from asmaloney:vector_empty
2013-02-04 Andrey KamaevMerge pull request #424 from asmaloney:additional-checks
2013-02-04 Andrey KamaevMerge pull request #421 from asmaloney:check-mem-alloc2
2013-02-04 Andrey KamaevMerge pull request #410 from taka-no-me:fix_cap_dshow_s...
2013-02-04 Andrey KamaevMerge pull request #395 from LeonidBeynenson:fix_ml_lar...
2013-01-31 LeonidBeynensonMade changes to allow ml module to work with big data.
2012-10-22 Andrey KamaevMerge pull request #55 from vpisarev/ocl_fixes
2012-10-16 Andrey KamaevMerge branch 'release2.4.3' into 2.4
2012-10-16 Andrey KamaevFix binary compatibility of opencv_ml
2012-10-16 Andrey KamaevRevert "skip of table header in MLData (#1962)"
2012-10-16 Andrey KamaevRevert "yet another portion of changes towards the...
2012-10-12 Andrey KamaevMerge pull request #29 from thorikawa/feature-523
2012-10-11 Andrey KamaevMerge pull request #34 from roynos/master
2012-10-09 Vadim Pisarevskysome more fixes towards binary compatibility
2012-10-08 Vadim Pisarevskyyet another portion of changes towards the binary compa...
2012-09-17 Alexander MordvintsevMerge branch 'master' of git://code.opencv.org/opencv
2012-09-07 Philipp WagnerMerge branch 'master' of git://code.opencv.org/opencv
2012-09-07 Andrey KamaevRemoved remaining SWIG marks from headers
2012-06-15 Andrey KamaevMerged the trunk r8595:8668 (except iOS and new gpu...
2012-06-15 Andrey KamaevMerged the trunk r8589:8653 - all changes related to...
2012-06-14 Alexander Mordvintsevexposed parallelized SVM prediction to python (predict_all)
2012-06-09 Andrey KamaevWarning fixes continued
2012-05-30 Andrey KamaevMerged the trunk r8467:8507 (inclusive) (big bunch...
2012-05-28 Andrey KamaevFixed hundreds of documentation problems
2012-05-19 Maria Dimashovaskip of table header in MLData (#1962)
2012-05-18 Andrey KamaevMerged the trunk r8324:8345
2012-05-12 Vadim Pisarevskyadded opencv_world module that combines all the other...
2012-04-30 Vadim Pisarevskymerged 2.4 into trunk
2012-04-18 Maria Dimashovamade em params read only; minor renaming
2012-04-17 Maria Dimashovarefactored train and predict methods of em
2012-04-16 Maria Dimashovafixed mistake in method name (#1798)
2012-04-16 Maria Dimashovafixed nan in EM, added new test on EM
2012-04-13 Vadim Pisarevskymerged all the latest changes from 2.4 to trunk
2012-04-12 Maria Dimashovafixed ERTrees name for writing to/reading from xml
2012-04-09 Maria Dimashovamoved to double in EM; fixed bug
2012-04-06 Vadim Pisarevskymodified EM interface; updated tests & samples
2012-04-06 Maria Dimashovaremoved EM from python and java bindings
2012-04-06 Maria Dimashovaadded cv::EM, moved CvEM to legacy, added/updated tests
2011-08-14 Alexander Mordvintsevadded CV_OUT to CvANN_MLP::predict
2011-06-24 Ilya LysenkovTrunk: moved contructors implementations from .hpp...
2011-06-24 Ilya LysenkovTrunk: moved contructors implementations from .hpp...
2011-06-17 Maria Dimashovaminor refactoring of CvMLData interface
2011-06-16 Maria Dimashovaminor change (moved methods implementation from hpp...
2011-06-15 P. Druzhkovbrief gbt documentation added. some sample fixes made...
2011-06-15 Maria Dimashovaminor
2011-06-07 Maria Dimashovaadded CvEM read/write (#1032)
2011-05-11 P. Druzhkovproblem with the supported data matrices types is fixed
2011-05-06 Vadim Pisarevskyrestored img_proc_test main() call; removed windows...
2011-04-19 Vadim Pisarevskyintegrated parallel SVM prediction; fixed warnings...
2011-04-01 Vadim Pisarevskyknearest training has been threaded (thanks to Konstant...
2011-03-22 Vadim Pisarevskyparallel training of a neural net using TBB (thanks...
2010-11-29 Vadim Pisarevskyadded the optional balanced cross-validation in SVN...
2010-11-29 Maria Dimashovamade random generators of MLL classes depended on defau...
2010-11-25 Vadim Pisarevskyfixed the ordering of parameters in PyArg_ParseTupleAnd...
2010-11-02 Vadim Pisarevskyalmost finished Python wrappers
2010-10-29 Vadim Pisarevskyextended Python bindings; not merged into cv.cpp yet...
2010-10-27 Vadim Pisarevskyadded more helper macros to the function declarations...
2010-10-16 Vadim Pisarevskyadded helper macros to the function declarations
2010-10-13 P. DruzhkovGradient Boosting Trees (CvGBTrees) added to opencv...
2010-07-16 Vadim Pisarevskydo not use WIN64/_WIN64 anymore - CMake did not set...
2010-05-11 Vadim Pisarevsky"atomic bomb" commit. Reorganized OpenCV directory...