Color detection is mostly in demand in computer vision. A color detection algorithm detects pixels and matches a specific color. 'Video color detection' plays a crucial role in detecting live colors nowadays as driver-less cars are in demand.
OpenCV
OpenCV library is used in real-time computer visoin . It mainly focuses on Image Processing,Video Capture and has features like face-detection,color-detection.
Numpy
Numpy library is a Python library used for working with arrays. It also has functions for working in domain of linear algebra, fourier transform, and matrices
imutils
imutils are a series of convenience functions to make basic image processing functions such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV
Step 1: Open py file from here
Step 2: Run it in any python compiler and it will open camera ,place any object in front of camera of which you want to detect color.
- Choose any open issue from here.
- Comment on the Issue:
Can I work on this?
and Start Exploring it. - Make changes to your Fork and Send a PR.
For Creating Valid PR Successfully. Kindly follow Guide: https://help.github.com/articles/creating-a-pull-request/
Otherwise your PR will be Closed:
- For Appropriate PR, follow Title Format:
Fixes #IssueNo : Name of the Issue
For any Doubts related to the Issues, such as understanding Issue better etc., Comment Down your Queries on the Respective Issue.