https://github.com/geekquad/color-recognizer
An application that provides color names and HTML/RGB mappings as output.
https://github.com/geekquad/color-recognizer
color-recognition computer-vision cv2
Last synced: 10 months ago
JSON representation
An application that provides color names and HTML/RGB mappings as output.
- Host: GitHub
- URL: https://github.com/geekquad/color-recognizer
- Owner: geekquad
- Created: 2020-09-20T17:13:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T19:17:19.000Z (over 5 years ago)
- Last Synced: 2025-02-24T16:17:01.363Z (over 1 year ago)
- Topics: color-recognition, computer-vision, cv2
- Language: HTML
- Homepage:
- Size: 1.07 MB
- Stars: 17
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Color-Recognizer
A basic application that will help us to detect the colors in an image. The program will also return the RGB values of the colors.
Since most of the colors can be defined using **Red**, **Green**, and **Blue**. That is why we will use the RGB format as our data points. A ready .csv file with around 1000 color names and the RGB values can be found here.
**
Exiting the Application
**
```
To Exit the Application, just press the ESC key.
```
## Sample Output: