ahmedghali / Face-Recognition

Face Recognition project made in matlab using PCA algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'Eigenface' Face Recognition System

Summary

  • This package implements a well-known PCA-based face recognition method, which is called 'Eigenface'.
  • In general, follow this order:
  1. Select training database paths.
  2. Get Ready for image to be taken
  3. Run 'CreateDatabase' function to create 2D matrix of all training images.
  4. Run 'EigenfaceCore' function to produce basis's of facespace.
  5. Run 'Recognition' function to get the name of equivalent image in training database.

About

Face Recognition project made in matlab using PCA algorithm


Languages

Language:MATLAB 100.0%