For a course in advanced image analysis I made a face recognition application in Matlab, together with three others. We used some datasets of diferent people and our gol was to match the images that contained the same persons.
The implementation uses eigenfaces to determine a similarity value between images. PCA (Principal Component Analysis) is applied on all images in the database to get each image's minimal representation.
Related Terms:
Matlab - Image Analysis