Name
Last commit
Last update
..
ann_mlp.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
boost.cpp fixed CvBoost
cnn.cpp "atomic bomb" commit. Reorganized OpenCV directory structure
data.cpp a few more little fixes in read_csv
em.cpp replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others)
ertrees.cpp fixed ~300 warnings under windows (had to hack gtest a bit)
estimate.cpp "atomic bomb" commit. Reorganized OpenCV directory structure
gbt.cpp fixed CvGBTrees
inner_functions.cpp fixed #517; uncommented ertrees test and moved it to black llist
knearest.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
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 eliminated some GCC 4.x warnings
rtrees.cpp replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others)
svm.cpp more warnings fixed. +some warnings in examples
testset.cpp "atomic bomb" commit. Reorganized OpenCV directory structure
tree.cpp replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others)