tags:

views:

18

answers:

1

I have made program that detects the face now what i have to do is Recognize them By googling up i came to know that it is done by EigenObjectRecognizer any one hae used it or can tell me how can i use it?

A: 

It has been discussed here already:

http://stackoverflow.com/questions/2837523/using-eigenobjectrecognizer

Or there is a libface library being developed for face detection and recognition:

http://sourceforge.net/projects/libface/

Alex

Alex