All Projects → bytefish → Libfacerec

bytefish / Libfacerec

Face Recognition Library for OpenCV.

Projects that are alternatives of or similar to Libfacerec

Boss Detector
Change monitor screen when your boss is coming towards you!
Stars: ✭ 63 (-81.52%)
Mutual labels:  opencv, face-recognition
Intelegent lock
lock mechanism with face recognition and liveness detection
Stars: ✭ 134 (-60.7%)
Mutual labels:  opencv, face-recognition
Low Face Mode
Dim and brighten the screen based on whether or not you are present! OpenCV detects face with webcam and dims screen if not present.
Stars: ✭ 75 (-78.01%)
Mutual labels:  opencv, face-recognition
Facerecog
Face Recognition using Neural Networks implemented using Keras
Stars: ✭ 39 (-88.56%)
Mutual labels:  opencv, face-recognition
Facerecognition
Webcam face recognition using tensorflow and opencv
Stars: ✭ 192 (-43.7%)
Mutual labels:  opencv, face-recognition
Smart Surveillance System Using Raspberry Pi
This is my Third Year Project for face recognition using OpenCV
Stars: ✭ 41 (-87.98%)
Mutual labels:  opencv, face-recognition
Robovision
AI and machine leaning-based computer vision for a robot
Stars: ✭ 126 (-63.05%)
Mutual labels:  opencv, face-recognition
Php Opencv
PHP extensions for OpenCV
Stars: ✭ 524 (+53.67%)
Mutual labels:  opencv, face-recognition
Opencv Course
Learn OpenCV in 4 Hours - Code used in my Python and OpenCV course on freeCodeCamp.
Stars: ✭ 185 (-45.75%)
Mutual labels:  opencv, face-recognition
Attendance Using Face
Face-recognition using Siamese network
Stars: ✭ 174 (-48.97%)
Mutual labels:  opencv, face-recognition
Facerec Lock
Face recognition to control servo lock using Raspberry Pi and OpenCV
Stars: ✭ 7 (-97.95%)
Mutual labels:  opencv, face-recognition
Face recognition py
基于OpenCV的视频人脸识别
Stars: ✭ 215 (-36.95%)
Mutual labels:  opencv, face-recognition
Human Detection And Tracking
Human-detection-and-Tracking
Stars: ✭ 753 (+120.82%)
Mutual labels:  opencv, face-recognition
Opencv Face Filters
Snapchat-like Face Filters in OpenCV
Stars: ✭ 51 (-85.04%)
Mutual labels:  opencv, face-recognition
Opencv
OpenCV projects: Face Recognition, Machine Learning, Colormaps, Local Binary Patterns, Examples...
Stars: ✭ 624 (+82.99%)
Mutual labels:  opencv, face-recognition
Awesome Face Detection
Compare with various detectors - s3fd, dlib, ocv, ocv-dnn, mtcnn-pytorch, face_recognition
Stars: ✭ 106 (-68.91%)
Mutual labels:  opencv, face-recognition
Libfaceid
libfaceid is a research framework for prototyping of face recognition solutions. It seamlessly integrates multiple detection, recognition and liveness models w/ speech synthesis and speech recognition.
Stars: ✭ 354 (+3.81%)
Mutual labels:  opencv, face-recognition
Attendace management system
In this system we can fill attendance by face recognition
Stars: ✭ 135 (-60.41%)
Mutual labels:  opencv, face-recognition
Marvel
Marvel - Face Recognition With Android & OpenCV
Stars: ✭ 199 (-41.64%)
Mutual labels:  opencv, face-recognition
Computer Vision Guide
📖 This guide is to help you understand the basics of the computerized image and develop computer vision projects with OpenCV. Includes Python, Java, JavaScript, C# and C++ examples.
Stars: ✭ 244 (-28.45%)
Mutual labels:  opencv, face-recognition

Description

libfacerec is a library for face recognition in OpenCV. It has been merged into OpenCV 2.4 (contrib module) and both implementations are synchronized. So if you are in (a recent) OpenCV 2.4: There is no need to compile libfacerec yourself, you have everything to get started. Note: Make sure to work on a recent OpenCV revision, if you want to be compatible with the very latest libfacerec version.

The library comes with an extensive documentation, which can be found at

The documentation includes:

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. As of OpenCV 2.4+ this library has been merged into the OpenCV contrib module, so if you are using OpenCV 2.4+ you can start right away.

Again note: This library is included in the contrib module of OpenCV.

Issues and Feature Requests

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

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:

This is based on version 0.04 of the libfacerec, available here:

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.)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].