Introduction
This project aims to do real-time object detection through a laptop camera or webcam using OpenCV. The idea is to loop over each frame of the video stream, detect objects like person, chair, dog, etc. and bound each detection in a box
This project aims to do real-time object detection through a laptop cam using OpenCV. The idea is to loop over each frame of the video stream, detect objects, and bound each detection in a box.
Python