adibyte95 / Face-Detection-and-Recognization-using-OpenCV

using face recognizer function of open cv for detecting faces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HitCount

face detection using Open CV

files included are :


1.facedetect.py: this program captures the faces of the person and stores it with the corresponding id provided by the user

2.trainer.py: this programs pulls the images of the person captured by the facedetect.py with their corresponding id number and trains the recognizer

3. detector.py: finally after the recognizer is trained dectector.py detects the face of the person and makes a rectangular box around the face of the person and also shows his corresponding id

here is a snapshot of the detected images


my face detected


obama face deteced

About

using face recognizer function of open cv for detecting faces


Languages

Language:Python 100.0%