How to detect faces with open eyes
Hi, in my program i want to detect faces, which have open eyes and maybe a smile face. Does this kind of haarcascades available?
greetings
Hi, in my program i want to detect faces, which have open eyes and maybe a smile face. Does this kind of haarcascades available?
greetings
Hi!
I would recommend you to take a look at this OpenCV tutorial.
It explains how to detect faces and eyes on images. About the smile, I don't know if already exists a haarcascade or lbp model for that, but you can always train your own.
I hope this helps.
thanks, eye detection is far as good. I've read already a few tutorials to train my own haar. But it need a lot of time. On https://github.com/hromi/SMILEsmileD/tree/master/smileD i found a haar for detect smiles...i will try it and would to see the results :)
Asked: 2012-09-05 14:20:54 -0600
Seen: 1,723 times
Last updated: Sep 05 '12
How to reduce false positives for face detection
How can I debug into function like "cvCreateTreeCascadeClassifier "?
Haar Cascade detecting only faces(no heads)?
OpenCV face detection in iPhone
What face elements are detectable?
How to accelerate face detection time using HaarCascade