Name
Last commit
Last update
..
ann_mlp.cpp removed constraint to max_iter in CvANN_MLP (#1110)
boost.cpp fixed trim_weights in boosting (thanks to frankman for the patch; ticket #1231)
cnn.cpp "atomic bomb" commit. Reorganized OpenCV directory structure
data.cpp minor refactoring of CvMLData interface
em.cpp Trunk: moved contructors implementations from .hpp to .cpp
ertrees.cpp fixed priors usage in ertrees
estimate.cpp "atomic bomb" commit. Reorganized OpenCV directory structure
gbt.cpp fixed warnings in gbt; added insertChannel() and extractChannel(); made the code "rand{u|n}(arr, <number>, <number>)" work properly.
inner_functions.cpp fixed #517; uncommented ertrees test and moved it to black llist
knearest.cpp fixed memory leak in CvKNearest::train() and the constructor.
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)
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure
precomp.hpp ~40 warnings under VS2008
rtrees.cpp Trunk: moved contructors implementations from .hpp to .cpp
svm.cpp more warnings fixed. +some warnings in examples
testset.cpp "atomic bomb" commit. Reorganized OpenCV directory structure
tree.cpp Trunk: moved contructors implementations from .hpp to .cpp