opencv/modules/objdetect/src
Marina Kolpakova 2ca6a50546 Fixed bug #1663
2012-03-18 16:53:00 +00:00
..
_latentsvm.h
_lsvm_distancetransform.h
_lsvm_error.h
_lsvm_fft.h
_lsvm_matching.h
_lsvm_resizeimg.h
_lsvm_routine.h
_lsvm_tbbversion.h
_lsvm_types.h
_lsvmparser.h
cascadedetect.cpp fixed a few problems detected by Xcode 4.2.1 2012-02-15 19:48:04 +00:00
cascadedetect.hpp fixed compilation under ubuntu 2011-09-21 18:25:22 +00:00
datamatrix.cpp fixed many warnings from GCC 4.6.1 2012-03-17 09:22:31 +00:00
distancetransform.cpp fixed bug #1381 2011-09-27 15:50:17 +00:00
featurepyramid.cpp
fft.cpp
haar.cpp fixed many warnings from GCC 4.6.1 2012-03-17 09:22:31 +00:00
hog.cpp fixed crashes in parallel HOG detector; avoid use of new POPCNT instruction in ORB (to make it compatible with older CPUs). 2011-08-16 13:52:02 +00:00
latentsvm.cpp
latentsvmdetector.cpp fixed hundreds of warnings from MSVC 2010. 2012-03-16 21:21:04 +00:00
linemod.cpp fixed many warnings from GCC 4.6.1 2012-03-17 09:22:31 +00:00
lsvmparser.cpp fixed resource leak in lsvmparser (ticket #1390) 2011-09-27 15:43:13 +00:00
lsvmtbbversion.cpp Eliminated all compiler warnings on Android 2012-02-21 14:07:44 +00:00
matching.cpp Fixed bug #1663 2012-03-18 16:53:00 +00:00
normal_lut.i Initial commit of LINE-MOD source code to objdetect module. 2012-02-26 23:55:18 +00:00
planardetect.cpp lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 2012-03-15 14:36:01 +00:00
precomp.cpp
precomp.hpp Implemented the first variant of working with masks in CascadeClassifier. Probably, will be rewritten soon. 2011-09-28 21:14:20 +00:00
resizeimg.cpp
routine.cpp