Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Facial detection and Gender Classification

Hi

I am really new to c++ and opencv. I got the facial detection and tracking working over the weekend with the sample code provided in the documentation. I am using the 2.4.4 beta and vs2010.

What I want to do now is add gender classification to the facial tracking program. What I want to know is do I have to take a pic first and then parse it through the facial recognition or can the facial recognition do it straight from the video being streamed in real time?

If so how would I do this and can someone point me at some sample code to go through please.