Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/animesh-chourey/face-recognition-using-eigenfaces
- Owner: Animesh-Chourey
- Created: 2022-09-01T11:50:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T11:52:19.000Z (about 2 years ago)
- Last Synced: 2024-08-05T12:56:55.749Z (3 months ago)
- Topics: eigenfaces, eigenvalues, eigenvectors, face-recognition, knn
- Language: MATLAB
- Homepage:
- Size: 434 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.