This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
Code
Issues
Pull Requests
Releases
Wiki
Activity
opencv
/
modules
/
objdetect
/
src
History
Vadim Pisarevsky
b46719b093
Merge pull request
#4074
from vpisarev:objdetect_fixes
2015-05-28 19:43:51 +00: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
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
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
Fixing iOS clang warnings, part 2
2014-10-17 18:14:54 +04:00
hog.cpp
Merge pull request
#4074
from vpisarev:objdetect_fixes
2015-05-28 19:43:51 +00:00
precomp.hpp
updated patch to bring in the first functions with "transparent API"
2013-11-18 11:48:00 -05:00