Face-Recogntion-Detection
Face-Recogntion-Detection copied to clipboard
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 wit...
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