Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vadim Pisarevsky b46719b093 Merge pull request #4074 from vpisarev:objdetect_fixes 10 years ago
..
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 10 years ago
cascadedetect.cpp 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) 10 years ago
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) 10 years ago
cascadedetect_convert.cpp fixed various warnings from the “doc” and other builders 11 years ago
detection_based_tracker.cpp Fix for a potential data race condition 10 years ago
haar.cpp Fixing iOS clang warnings, part 2 10 years ago
hog.cpp Merge pull request #4074 from vpisarev:objdetect_fixes 10 years ago
precomp.hpp updated patch to bring in the first functions with "transparent API" 11 years ago