Skip to content

Calculate eigen faces for a small database of faces image, and find x faces in the database that is the most similar to any face picture.

Notifications You must be signed in to change notification settings

gabrielbeauchemin/eigen-faces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is able to find the k most similar faces in the small database of a face images given in input. The algorithm used is the variance-covariance matrix to compare the images.

To do the comparaison, eigen faces are generated from the images of the database. See examples of eigen faces in the directory: /imn-tp1/eigenfaces/

About

Calculate eigen faces for a small database of faces image, and find x faces in the database that is the most similar to any face picture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published