can someone please show me an example, or links, about using emgucv to create a face recognition application? I've managed to create a webcam capture and face detection, but having trouble to recognize the face. I have sample images, using EigenObjectRecognizer classs to recgonize. but it looks like a failure, no matter whose face captured, always returns a label. And also, how to knwo the "matching percentage" of an image?

Thanks,

link|improve this question

38% accept rate
feedback

1 Answer

I hope this helps you as the alternative is reading several papers and coding them yourself (Google Scholar is a good resource) but I stumbled across a Face Recognition Article (http://www.codeproject.com/KB/audio-video/FaceRecPro.aspx) on codeproject that does what your attempting with the Eigen classifiers in EMGU. All the source code is available and it is a good article worth reading at the very least,

Cheers

Chris

link|improve this answer
thanks Chris, reading on it.... – Lee Sep 16 '11 at 16:37
I had time to look at the code and write new version that's is easier to train and use. I'm in the process of writing a article for it but in the mean time if you would like a copy let me know where I can send it and I'll email you a copy. – Chris Sep 16 '11 at 17:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.