Skip to content
forked from bytefish/facerec

Implements face recognition algorithms for MATLAB/GNU Octave and Python.

License

Notifications You must be signed in to change notification settings

guimmp92/facerec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

facerec

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.

m

GNU Octave implementation.

py

Python implementation.

About

Implements face recognition algorithms for MATLAB/GNU Octave and Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 45.6%
  • Java 43.7%
  • MATLAB 10.7%