Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

bytefish/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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published