Starred repositories
Face recognition using singular value decomposition.
In this project, facial recognition algorithm is implemented with python using PCA and SVD dimensionality reduction tools.
Use linear algebra and SVD for face recognition in matlab
Implemented Principal Components Analysis algorithm in MATLAB for face recognition. Compared two faces by projecting the images into Eigenface space and measure the Euclidean distance between them
Image Compression using Singular Value Decomposition (SVD) in MATLAB.