Skip to content

KananVyas/FaceRecognitionSVD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition using Singular value decomposition.

This recognition algorithm uses basic object recognition method which is singular value decomposition. Using SVD function you can train your own images and perform SVD on that images.After that you can test using some mathmatical operations with U(eigenface) vector returned by SVD function.

The dataset of the facial images are in "dataimage". The code is show in face_recognition.py file. The test images are in test_img folder.The accuracy achieved is 85%.

Releases

No releases published

Packages

No packages published

Languages