added perf tests for new gpu::cvtColor functions
[profile/ivi/opencv.git] / modules / ml /
2012-07-25 Andrey Pavlenkotest
2012-07-12 Maria Dimashovafixed CvBoost in mll if no tree can be trained.
2012-07-11 Maria Dimashovaupdated thresholds in EM test after cv::EM fixing
2012-07-11 Maria Dimashovafixed #2160
2012-07-11 Maria Dimashovafixed #2159
2012-07-05 Andrey Kamaevquiet most of the OSX build warnings
2012-07-01 Maria Dimashovafixed #2082
2012-06-25 Andrey KamaevAll tests writing temporary files are updated to use...
2012-06-20 Andrey KamaevFixed mingw build warnings
2012-06-20 Andrey KamaevUpdated warning options for GCC; fixed new warnings.
2012-06-18 Alexander Mordvintsevfixed SVM train_auto docs: "train set" <-> "test set"
2012-06-14 Alexander Mordvintsevexposed parallelized SVM prediction to python (predict_all)
2012-06-12 Andrey KamaevFixed number of warnings. Fixed mingw64 build.
2012-06-10 Marina Kolpakovafixed build under android
2012-06-09 Andrey KamaevWarning fixes continued
2012-06-09 Vadim Pisarevskypossibly fixed crash boost caused by the recent modific...
2012-06-08 Andrey KamaevIgnored warnings from gtest with precompiled headers...
2012-06-07 Andrey KamaevSet stricter warning rules for gcc
2012-06-06 Vadim Pisarevskydecreased size of the buffer used in CvBoost::update_we...
2012-05-29 Andrey KamaevDocumentation: fixed class/struc members documentation...
2012-05-28 Andrey KamaevMore fixes for documentation.
2012-05-28 Andrey KamaevNew bunch of documentation fixes
2012-05-28 Andrey KamaevFixed hundreds of documentation problems
2012-05-24 Maria Dimashovafixed #1981
2012-05-21 Vadim Pisarevskyfixed 2 build problems on MacOSX (highgui with ffmpeg...
2012-05-19 Maria Dimashovaskip of table header in MLData (#1962)
2012-05-12 Vadim Pisarevskyadded opencv_world module that combines all the other...
2012-04-30 Vadim Pisarevskymerged 2.4 into trunk
2012-04-13 Vadim Pisarevskymerged all the latest changes from 2.4 to trunk
2012-03-31 Vadim Pisarevskyadded explicit () to avoid MSVC /analyze warning
2012-03-30 Maria Dimashovafix the ticket #1234
2012-03-29 Maria Dimashovaadded smoke test on EM, fixed EM reading #1570 (thanks...
2012-03-29 Maria Dimashovafixed em test
2012-03-29 Andrey Kamaev#1205 fixed ~100 of ~700 parameters
2012-03-27 Vadim Pisarevskyimproved description of RTreeParams (ticket #1656;...
2012-03-26 Vadim Pisarevskyfixed potential buffer size overflow in Boost::update_w...
2012-03-17 Vadim Pisarevskyfixed many warnings from GCC 4.6.1
2012-02-03 Andrey KamaevGlobal CMake reorganization:
2011-12-22 Maria Dimashovafixed traincascade for ordered features
2011-12-03 Vadim Pisarevskyfixed memory corruption in CvEM::read() (ticket #1399)
2011-11-10 Maria Dimashovafixed CvRTrees::read in case nactive_vars==var_count...
2011-08-14 Alexander Mordvintsevadded CV_OUT to CvANN_MLP::predict
2011-08-13 Andrey KamaevDocumentation: fixed references for C++ operators
2011-08-13 Andrey KamaevDocumentation: fixed about 100 cross-referencing errors.
2011-08-09 Maria Dimashovafixed doc warning
2011-08-09 Maria Dimashovaadded doc on CvERTrees
2011-07-24 Maria Dimashovafixed priors usage in ertrees
2011-07-22 Vadim Pisarevskyfixed trim_weights in boosting (thanks to frankman...
2011-07-08 Vadim Pisarevskyfixed memory leak in CvKNearest::train() and the constr...
2011-07-07 Vadim Pisarevskyfixed a few more typos in the docs.
2011-07-01 Vadim Pisarevskysome more corrections from Gabor
2011-07-01 Vadim Pisarevskypropagated fixes in docs and cap_dshow to trunk
2011-06-30 Vadim Pisarevskypropagated some more fixes from 2.3 branch to the trunk
2011-06-30 Bernat GaborSome reST syntax correction. Now the PDF documentation...
2011-06-29 Vadim Pisarevskypropagated some more fixes from 2.3 branch to the trunk
2011-06-24 Ilya LysenkovTrunk: moved contructors implementations from .hpp...
2011-06-24 Ilya LysenkovTrunk: moved contructors implementations from .hpp...
2011-06-23 Vadim Pisarevskypropagated some fixes from 2.3 to trunk
2011-06-18 Vadim Pisarevskyfixed warnings in gbt; added insertChannel() and extrac...
2011-06-17 Maria Dimashovacompleted doc on MLData
2011-06-17 Maria DimashovaAdded doc on CvMLData
2011-06-17 Maria Dimashovaminor refactoring of CvMLData interface
2011-06-16 Vadim Pisarevskyintroduced new RST/Sphinx domain ocv.
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 Vadim Pisarevskysome more corrections in the docs
2011-06-15 Maria Dimashovaminor
2011-06-11 Anatoly Baksheev~40 warnings under VS2008
2011-06-10 Vadim Pisarevskyfixed tickets #1117 and #954
2011-06-09 Vadim Pisarevskycontinued cleaning up the docs and fixing hyperlinks...
2011-06-09 Vadim Pisarevskya lot of small corrections to bring down the number...
2011-06-08 Vadim Pisarevskyrenamed "None()" to "noArray()" to avoid conflicts...
2011-06-07 Vadim Pisarevskystarted work on API & doc synchronization (in particula...
2011-06-07 Maria Dimashovaremoved constraint to max_iter in CvANN_MLP (#1110)
2011-06-07 Maria Dimashovareplaced M_PI by CV_PI
2011-06-07 Maria Dimashovaadded CvEM read/write (#1032)
2011-06-06 Vadim Pisarevskyreplaced "const InputArray&" => "InputArray"; made...
2011-05-21 Vadim Pisarevskyreplaced #include <some_opencv_hdr> with #include ...
2011-05-15 Elena FedotovaPurpose: completed the ml chapter
2011-05-11 P. Druzhkovproblem with the supported data matrices types is fixed
2011-05-07 Anatoly Baksheevmore warnings fixed. +some warnings in examples
2011-05-06 Anatoly Baksheevfixed ~300 warnings under windows (had to hack gtest...
2011-05-06 Vadim Pisarevskyrestored img_proc_test main() call; removed windows...
2011-05-02 Maria Dimashovafixed #887
2011-04-30 Maria Dimashovafixed CvGBTrees
2011-04-30 Maria Dimashovafixed CvBoost
2011-04-20 Vadim Pisarevskysmall correction to the previous patch (also by Konstan...
2011-04-19 Vadim Pisarevskyintegrated parallel SVM prediction; fixed warnings...
2011-04-17 Vadim Pisarevskya big patch; use special proxy types (Input/OutputArray...
2011-04-14 Vadim Pisarevskynormal bayes classifier has been parallelized using...
2011-04-11 Andrey KamaevTest system included into Android build
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...
2011-03-08 Vadim Pisarevskyfurther docs cleanup
2011-03-05 Vadim Pisarevskyadded pictures for OpenCV 2.x reference manual; fixed...
2011-03-03 Vadim Pisarevskysome more doc cleanup
2011-02-28 Vadim Pisarevskythe first round of cleaning up the RST docs
2011-02-26 Vadim Pisarevskycleaned RST formatting a bit
2011-02-22 Vadim PisarevskyOpenCV reference manual (C++ part only for now) is...
2011-02-18 Vadim Pisarevskyreplaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer...
next