Face Recogntion Detection Save Abandoned

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.

Project README

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
Open Source Agenda is not affiliated with "Face Recogntion Detection" Project. README Source: wiseaidev/Face-Recogntion-Detection