I am trying to create an app that detects the face and recognizes it. I detected the face, but given the recognition, I should take some consideration. I am using a webcam for tracking and it can detect the face. Then I'm just taking a part of the face in the new gray image and comparing it with the list of images in the database using the EigenObjectRecognizer.
But this is not giving good results. Some time it does not get anything wrong, sometime I want to ask what additional techniques should I have to implement to compare the pictures? Histogram equivalent or the solution of the equation of the face?
I have an opensev face recognition Which you can try:
Comments
Post a Comment