opencv/modules/ml/src
2012-04-20 15:32:54 +00:00
..
ann_mlp.cpp removed constraint to max_iter in CvANN_MLP (#1110) 2011-06-07 12:28:18 +00:00
boost.cpp fixed potential buffer size overflow in Boost::update_weight, bug #1524 (thanks to benlemna for the patch) 2012-03-26 09:53:52 +00:00
cnn.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
data.cpp removed changes of r8043; fixed 4 broken ml tests by other way 2012-04-16 13:50:10 +00:00
em.cpp added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded. 2012-04-20 15:32:54 +00:00
ertrees.cpp fixed ERTrees name for writing to/reading from xml 2012-04-12 14:13:15 +00:00
estimate.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
gbt.cpp fixed warnings in gbt; added insertChannel() and extractChannel(); made the code "rand{u|n}(arr, <number>, <number>)" work properly. 2011-06-18 10:56:49 +00:00
inner_functions.cpp fixed #517; uncommented ertrees test and moved it to black llist 2010-11-29 09:34:06 +00:00
knearest.cpp fixed memory leak in CvKNearest::train() and the constructor. 2011-07-08 06:48:18 +00:00
ml_init.cpp added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded. 2012-04-20 15:32:54 +00:00
nbayes.cpp normal bayes classifier has been parallelized using TBB; letter_recog sample updated to demosntrate knearest & bayes classifiers (thanks to Konstantin Krivakin for the patches) 2011-04-14 17:04:39 +00:00
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
precomp.hpp ~40 warnings under VS2008 2011-06-11 17:24:09 +00:00
rtrees.cpp fixed ERTrees name for writing to/reading from xml 2012-04-12 14:13:15 +00:00
svm.cpp more warnings fixed. +some warnings in examples 2011-05-07 12:06:58 +00:00
testset.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
tree.cpp fix the ticket #1234 2012-03-30 15:04:51 +00:00