Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 409 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 409 Bytes

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.