An open API service indexing awesome lists of open source software.

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.

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: