Skip to content

Face Detection and Recognition Application with Haarcascade method

Notifications You must be signed in to change notification settings

semihucann/face_detection_and_recognition

Repository files navigation

Face Authentication with LBPH Algorithm

Introduction

Local Binary Pattern (LBP) is a simple yet very efficient texture operator which labels the pixels of an image by thresholding the neighborhood of each pixel and considers the result as a binary number.

More information about the algorithm

Face Recognition: Understanding LBPH Algorithm

Usage

personDetect.py

People's faces and eyes are detected by haarcascade.

faceRecognation.py

The code creates datasets to train from people faces.

faceTrainer.py

The code creates trained data (.yml) from datasets.

faceAuthantication.py

The code provides to authentication.

About

Face Detection and Recognition Application with Haarcascade method

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages