opencv-projects

How to convert your webcam into a smart security camera using Python & OpenCV
|

How to convert your webcam into a smart security camera using Python & OpenCV

In this project-tutorial, we will be learning how to covert a webcam into a smart security camera using Python and OpenCV. In this project, will be able to read vision from the webcam camera, detect unusual movement and finally alert the owner by playing a warning sound after detection of movement. Requirements: 1 – Python…

Face detection using Python and OpenCV
|

Face detection using Python and OpenCV

In this project-tutorial, we will be learning how to detect human faces in both images and videos using the OpenCV library package in Python. For this project we will be using the Haar-Cascade Classifiers (pre-trained classifiers for face, eyes, eye-glasses, smile, etc detection). In the first part, we will detect faces in an image and…