mirror of
https://github.com/vipul-sharma20/Face-detect-OpenCV.git
synced 2026-06-28 08:13:08 +00:00
Realtime face detection using OpenCV, python using haarcascade classifier
- Python 100%
| detect.py | ||
| README.md | ||
Python OpenCV Face Detection
This is a basic python script for real time face detection usin python opencv.
the script accesses the webcam and detects any face front and marks a blue rectangle on the face
It uses haarcascade classifiers for this purpose. the cascade classifier used here is 'haarcascade_frontalface_default.xml' Apart from this 'haarcascade_frontalface_alt' or 'haarcascade_frontalface_alt2' can also be used