This is a simple script for detecting faces in a live camera feed using Python and Opencv module. It draws a rectangle every time it detects a human face.
It requires a Cascade file (already given) to detect faces. Python Open Cv Module for Image Processing.
- Detects any human face infront of the camera.
- tells about the number of faces detected.
- draws a green box around the face detected.