This website requires JavaScript.
Explore
Help
Sign In
mirror
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
mirror of
https://github.com/opencv/opencv.git
synced
2025-06-12 04:12:52 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
7b0b12de58
opencv
/
modules
/
objdetect
/
src
/
opencl
History
Vadim Pisarevsky
5a94a95fbf
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.cl
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
objdetect_hog.cl
Use hypot to do vector calculation.
2014-12-30 14:12:28 +08:00