Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/animesh-chourey/face-recognition-using-eigenfaces

Learning models of human faces for recognition
https://github.com/animesh-chourey/face-recognition-using-eigenfaces

eigenfaces eigenvalues eigenvectors face-recognition knn

Last synced: 2 days ago
JSON representation

Learning models of human faces for recognition

Awesome Lists containing this project

README

        

# Face Recognition using Eigenfaces

Here the task is on learning models of human faces for recognition. In particular, Eigenface based recognition is performed here.

Following things have been executed in this project:
* Mean image and the covariance matrix of the training image set is constructed.
* Eigenface of the training set is computed.
* First 20 eigenfaces having the first 20 largest eigenvalues have been represented by the eigenvectors.
* The distance from the project test images to the projected training images is computed.
* The recognition rate using 20 Eigenfaces is computed.

For more details look into the report.