Hello,
I am currently working on a project for human body detection and recognition. I am using OpenCV. So far I've concentrated on the facial detection and recognition. The detection works well using the haarcascade classifier provided from OpenCV. However I'd like to create my own classifier, I tried but I failed miserably :( and I guessed it's probably due to enough images.
Anyone has an idea how I can obtain images, at least 3000. Or what software I could use to crop images?
Secondly with the facial recognition, I used EigenFaces but after it trains to recognize the images, it only recognizes everyone else as the person trained. What I mean is, say I trained "Dolly". It then recognizes everyone as "Dolly". Can anyone help??
Thanks for any assistance in advance :)