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

Latest commit

 

History

History
12 lines (10 loc) · 1.23 KB

README.md

File metadata and controls

12 lines (10 loc) · 1.23 KB

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