Skip to content

jaronson/libfacerec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

libfacerec is a library for face recognition in OpenCV. There are no additional dependencies to build the library. The Eigenfaces, Fisherfaces method and Local Binary Patterns Histograms (LBPH) are implemented and most parts of the library are covered by unit tests.

Issues and Feature Requests

This project is now open for bug reports and feature requests.

Tutorial

The documentation of the library comes with an extensive API description and carefully designed tutorials. It is available in the doc/build folder coming with this project. If you want to compile the documentation yourself, then switch to the folder doc and run make <target>. For the html version you would make html and for the PDF version make latexpdf. You'll need Sphinx for this.

Building the library with Microsoft Visual Studio 2008/2010

If you have problems with building libfacerec with Microsoft Visual Studio 2008/2010, then please read my blog post at:

Literature

  • Eigenfaces (Turk, M., and Pentland, A. "Eigenfaces for recognition.". Journal of Cognitive Neuroscience 3 (1991), 71–86.)
  • Fisherfaces (Belhumeur, P. N., Hespanha, J., and Kriegman, D. "Eigenfaces vs. Fisherfaces: Recognition using class specific linear projection.". IEEE Transactions on Pattern Analysis and Machine Intelligence 19, 7 (1997), 711–720.)
  • Local Binary Patterns Histograms (Ahonen, T., Hadid, A., and Pietikainen, M. "Face Recognition with Local Binary Patterns.". Computer Vision - ECCV 2004 (2004), 469–481.)

About

Face Recognition Library for OpenCV.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%