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.