Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Face Recognition/Detection (image/video) using skin tone threshold algorithm, haar cascade for face detection and LBPH for face recognition. It also implements the concept of multithreaded server with multiple clients.

License

wiseaidev/Face-Recogntion-Detection

Repository files navigation

Face Recognition

This project implements a face detection algorithm using skin segmentation RGB-YCrCb-HSV, viola jones and face recogition using LBPH method. For more information about :
  • Face Recognition Based On LBPH, Please Click Here
  • Haar Cascade Classifiers in OpenCV Explained Visually, Please Click Here
  • Local Binary Pattern Algorithm, Please Click Here
  • Face Detection Using Skin Tone Threshold(RGB-YCrCb), Please Click Here
  • Face Recognition, Socket Programming, And Multithreading In Python, Please Click Here

Releases

No releases published

Packages

No packages published

Languages