opencv/modules/objdetect/src
2011-06-10 12:19:23 +00:00
..
_latentsvm.h Parallel version of Latent SVM. 2011-02-08 07:34:25 +00:00
_lsvm_distancetransform.h
_lsvm_error.h Parallel version of Latent SVM. 2011-02-08 07:34:25 +00:00
_lsvm_fft.h
_lsvm_matching.h Parallel version of Latent SVM. 2011-02-08 07:34:25 +00:00
_lsvm_resizeimg.h
_lsvm_routine.h
_lsvm_tbbversion.h Parallel version of Latent SVM. 2011-02-08 07:34:25 +00:00
_lsvm_types.h removed comments in Russian 2011-05-03 13:03:48 +00:00
_lsvmparser.h
cascadedetect.cpp fixed cascade detection on images of size equal to feature size (#1070) 2011-06-10 12:19:23 +00:00
datamatrix.cpp made datamatrix build on Windows; fixed unresolved symbols 2011-05-25 14:49:09 +00:00
distancetransform.cpp
dotdetector.cpp added TBB optimization to DOT 2011-05-24 13:20:32 +00:00
featurepyramid.cpp minor changes: removed trailing spaces in some files 2011-04-18 19:34:51 +00:00
fft.cpp
haar.cpp fixed cascade detection on images of size equal to feature size (#1070) 2011-06-10 12:19:23 +00:00
hog.cpp Added to objdetect module: meanshift grouping (groupRectangles_meanshift(...) for input rectangles); new pedestrian detection model, trained on the Daimler base (getDaimlerPeopleDetector(...) ). 2011-04-19 09:05:15 +00:00
latentsvm.cpp fixed compilation WITH_TBB 2011-05-07 11:37:56 +00:00
latentsvmdetector.cpp Bugs in the test for LatentSVM were fixed. 2011-04-08 03:51:40 +00:00
lsvmparser.cpp
lsvmtbbversion.cpp Fixes build for android, mentioned in ticket #873 2011-02-11 02:34:24 +00:00
matching.cpp integrated parallel SVM prediction; fixed warnings after meanshift integration 2011-04-19 16:20:44 +00:00
planardetect.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 2011-04-17 13:14:45 +00:00
precomp.cpp
precomp.hpp replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 2011-05-21 18:32:34 +00:00
resizeimg.cpp minor changes: removed trailing spaces in some files 2011-04-18 19:34:51 +00:00
routine.cpp