opencv/modules/objdetect/src
2015-10-09 23:19:42 +02:00
..
opencl improvements in Haar CascadeClassifier: 1) use CV_32S instead of CV_32F for the integral of squares (which is more accurate and more efficient); 2) skip the window if its contrast is too low 2015-05-28 19:33:21 +03:00
cascadedetect_convert.cpp fixed various warnings from the “doc” and other builders 2013-12-19 16:31:30 +04:00
cascadedetect.cpp appropriate logic behind last accepted stage when rejectingLevels is true 2015-10-09 23:19:42 +02:00
cascadedetect.hpp clip the found objects in HOG as well (http://code.opencv.org/issues/3825); added test to check CascadeClassifier on small images (http://code.opencv.org/issues/3710) 2015-05-28 21:02:27 +03:00
detection_based_tracker.cpp Fix for a potential data race condition 2015-05-27 15:12:04 +05:30
haar.cpp Enables support of IPP 9.0.0; 2015-09-29 17:27:13 +03:00
hog.cpp Merge pull request #4074 from vpisarev:objdetect_fixes 2015-05-28 19:43:51 +00:00
main.cpp IPPInitSingelton was added to contain IPP related global variables; 2015-10-01 09:58:48 +03:00
precomp.hpp updated patch to bring in the first functions with "transparent API" 2013-11-18 11:48:00 -05:00