This repository contains code for performing face recognition with GNU Octave and Python. It implements:
- Eigenfaces
- Fisherfaces
- k-fold Cross Validation
- Leave-One-Out Cross Validation
- k-Nearest Neighbor
- ...
The classes and function definition files are commented and should include examples. Most of this is also discussed at http://www.bytefish.de/blog/fisherfaces.
GNU Octave implementation.
Python implementation.