Aryan-Chharia / Computer-Vision-Projects

Check out my Computer Vision Repository for projects showcasing advanced image processing techniques like object detection, image stitching, and segmentation using Python and OpenCV. Whether you're a researcher, developer, or enthusiast, you'll find comprehensive insights and practical implementations to advance your computer vision skills.
GNU General Public License v3.0
54 stars 103 forks source link

color_detection.py #194

Closed expanse88 closed 1 month ago

expanse88 commented 1 month ago

Color Detection Application

Overview

The Color Detection Application is a real-time tool that utilizes OpenCV to detect and display the dominant color of objects in front of a webcam. This application captures video input, analyzes pixel values, and identifies the closest color from a predefined list.

Features

Requirements

To run this application, you need the following software installed on your machine:

github-actions[bot] commented 1 month ago

Please link an issue number in the PR description using the format #issue_number.