Skip to content

Face Recognition project made in matlab using PCA algorithm

Notifications You must be signed in to change notification settings

scandindian/Face-Recognition

 
 

Repository files navigation

##'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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • MATLAB 100.0%