how to detect which side of face looking at camera using openCV?
i want to detect the angle of face
Asked: 2015-10-09 08:02:22 -0600
Seen: 258 times
Last updated: Oct 09 '15
How to reduce false positives for face detection
How can I debug into function like "cvCreateTreeCascadeClassifier "?
How to detect faces with open eyes
Haar Cascade detecting only faces(no heads)?
OpenCV face detection in iPhone
What face elements are detectable?
hmm, your title and your question might be 2 different things. can you be more exact ?
finding the exact angle(btw, there's 3 of them in 3d) would require pose estimation, just seeing, which side of face it is could be easily done with profile cascade classifier.
I suppose that this may help. Especially ch 6 and 7