##'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:
- Select training database paths.
- Get Ready for image to be taken
- Run 'CreateDatabase' function to create 2D matrix of all training images.
- Run 'EigenfaceCore' function to produce basis's of facespace.
- Run 'Recognition' function to get the name of equivalent image in training database.