Grimreaper28 / facerecognition_guide

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

Home Page:http://bytefish.de/blog/face_recognition_with_opencv2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://bytefish.de/blog/face_recognition_with_opencv2


Languages

Language:TeX 69.9%Language:Python 21.9%Language:MATLAB 7.6%Language:Makefile 0.5%