How to accelerate face detection time using HaarCascade
Hi guys,
I'm using opencv tutorial to detect face and eyes. I'm using opencv242, VS2010, and Win 7 x64. When I run the code, the frame motion is really slowly. Even when I use method VideoCapture, it's make nothing. I think it's caused by Haar classifier. Is there anyone have solution how to accelerate detection time using HaarCascade?
Regards,
Andrew
Did you check this one? http://answers.opencv.org/question/755/object-detection-slow/#760
Yup. I've checked that link. Thanks a lot. I've tried to resize frame into smaller size (320 x 192). The frame motion is faster, but it seems difficult to detect eyes. When the frame size is big (400 x 300) it can detect but slowly frame motion. Do you have any idea how to make detection is small frame using haarcascade?