Face detection is very slow [closed]
Hi
I'm using this code for face detection but I have two problems
Face detection is very slow when I use video file and normal speed using webcam
I want to draw Rectangle around the detected face instead of Ellipse
Thanks for help
yes , I know that do you want me to edit it ?
naw, just saying..
For the first point, it should be because the resolution of the video is greater than for your webcam.
For the second point, you could look at the sample facedetect.cpp.
Skip some frames to make a test :¬)
With this ? The scale factor can be skip if you detect on plain resolution.