Skip to content

Aryal007/opencv_face_recognition

Repository files navigation

Face recognition on OpenCV 3.4.0

The full tutorial can be found on the link: http://www.python36.com/face-recognition-using-opencv-part-1/

Requirements can be found in the file requirements.txt

Files

1> create_database.py (used to create sqlite database)

2> record_face.py (Records the Name associated with the face)

3> trainer.py (used to train LBPHFaceRecognizer for face recognition)

4> detector.py (detects the face from previously trained data and fetches corresponding info from database)

About

Face recognition program in opencv 3.2 with opencv contrib face module using python3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages