Look inside
Welcome to the era of digital security! In this quick liveProject, you’ll develop an efficient solution for detecting faces in a live video stream. You’ll need to read an input video from a webcam, detect faces present in the input video stream, draw bounding boxes around the detected faces, and then write the detected faces to a new video.
This project is designed for learning purposes and is not a complete, production-ready application or solution.
prerequisites
This liveProject is for aspiring OpenCV developers with some knowledge of Python. To begin these liveProjects, you will need to be familiar with:
TOOLS
- Basics of Python
- Basics of NumPy
- Basics of OpenCV
you will learn
In this liveProject you’ll learn essential OpenCV skills for developing useful computer vision applications.
- Reading and writing videos
- Using Haar Cascade Classifier for face detection
- Detect a face using Haar Cascades