Skip to content

This is a guide to face recognition with Python, GNU Octave/MATLAB and OpenCV2 C++. Eigenfaces and Fisherfaces are explained in detail and implemented.

Notifications You must be signed in to change notification settings

sullyslegacy/facerecognition_guide

 
 

Repository files navigation

bytefish/facerecognition_guide

description

This is my guide to face recognition with OpenCV2 C++ and GNU Octave/MATLAB. If you research on face recognition, you'll soon notice there's a gigantic number of publications, but source code is very sparse. So this guide is here to change that. Two algorithms are explained and implemented with GNU Octave/MATLAB and OpenCV2 C++ namely Eigenfaces and Fisherfaces.

build the project

To build the Python version of this document simply run make python, to build the Octave version of this document run make octave.

further reading

If you are looking for a complete Python or GNU Octave/MATLAB implementation of various algorithms, please use github.com/bytefish/facerec instead.

More (maybe) here: http://www.bytefish.de.

About

This is a guide to face recognition with Python, GNU Octave/MATLAB and OpenCV2 C++. Eigenfaces and Fisherfaces are explained in detail and implemented.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 70.0%
  • Python 21.9%
  • MATLAB 7.6%
  • Makefile 0.5%