Distinguish person face algorithm
Hi
How can I distinguish person face?
I am now creating the face database, but my program gets all the faces without classification on them.
They are mixed up. How can I group same person faces in the same directory without human effort?
I have tried norm between images, but threshold are varieties too much. It depends on many factors like posing,
illumination.
Best regards
Sarit
for pose normalization, look here: http://answers.opencv.org/question/24...
for lighting, i'd recommend http://docs.opencv.org/ref/master/d2/...
@berak Thank you. I'm following your given sources.
@berak. Right now, I can detect eyes and mouth of person face. Suppose I use simple affine tranform http://docs.opencv.org/doc/tutorials/... to transform face from first picture to second image by mapping a pair of eyes and mouth. Is the result going to be a wrong one? If it wrong. What's wrong?
@Tiras, yes, just start with that. if it goes wrong, ask a new question ;)