Skip to content

Detect red objects in real-time video using OpenCV and Python, showcasing practical computer vision and image processing with HSV color conversion and morphological operations.

Notifications You must be signed in to change notification settings

JGPFlores/Real-time-color-detection-using-OpenCV-and-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Real-time-color-detection-using-OpenCV-and-Python

Welcome to the world of real-time red color detection using OpenCV and Python! This repository contains a Python script that leverages OpenCV to detect red objects in live video streams. The code processes video frames, converts them to the HSV color space for improved color detection, and applies morphological operations to reduce noise. It identifies and draws rectangles around red objects, calculating the average color within each object. The detected color is displayed as an RGB label on the video feed. This project is a hands-on example of computer vision and image processing, showcasing how OpenCV can be used for practical applications. Explore the code and learn about color detection techniques while working with real-time video streams.

About

Detect red objects in real-time video using OpenCV and Python, showcasing practical computer vision and image processing with HSV color conversion and morphological operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages