Hardeepsingh980 / Face-recognition

This is a basic example of face recognition using Open CV. A example video for test is also given with the code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face-recognition

This is a basic example of face recognition using Open CV. A example video for test is also given with the code. Open CV module is used to process images and Cascade Classifier of cv module are used. The name of cascade used is :- 'haarcascade_frontalface_default.xml'. you can download more cascades from https://github.com/opencv/opencv/tree/master/data/haarcascades. Enjoy Programming.

About

This is a basic example of face recognition using Open CV. A example video for test is also given with the code.

License:MIT License


Languages

Language:Python 100.0%