pally2409 / EigenFaces

A MATLAB implementation of Eigen Face algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EigenFaces

Principal component analysis provides a set of eigen vectors for the covariance matrix of an array of images.

I am using 80 images, each having the same size, namely 81x72. We determine the covariance matrix and find the dominant eigen vectors. The visualisation of the dominant vectors give us the following results

picture

All images are taken from the Yale dataset, namely yalefaces.

About

A MATLAB implementation of Eigen Face algorithm


Languages

Language:MATLAB 100.0%