Hello all,
I need help regarding developing an asp.net application to compare images using facial recognition. I mean comparing 2 different images of the same person and returning whether the 2 images are of the same person or not.....
I have developed the application which compares the images pixel by pixel, but that is not of much use, since it returns a 'mismatch' message if the 2 images , though of the same person, happen to be in different poses.....
Thanks..