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.
While the face detector was up and running in a weekend, for the gender classification you probably need an year of hard work and dedication. There are a few studies and research papers on the subject, but you'll have to implement it yourself based on those. Good luck!
That doesn't fill me with a lot of confidence as I need to have this done by Friday. Can I not take the sample code and tuts which come with opencv 2.4.4 and engineer a solution from there? Combining the 2 samples?