Ask Your Question

srav's profile - activity

2017-06-12 19:30:22 -0600 received badge  Popular Question (source)
2013-08-21 14:08:52 -0600 asked a question Face Detection and tracking- profile face

Hi all, I am interested in face detection and tracking. I was able to implement the frontal face detection successfully using Haar Cascades. I would now like to do the same for profile face. I have replaced the "haarcascade_frontalface_alt.xml" in my code with "haarcascade_profileface.xml" but this doesnt work. How can I work around this?

Thanks