Skip to content

BaseMax/ColorRecognitionPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Recognition Python

Color recognizer app which can detect names of image colors using Python.

Click any pixels of the image you want and get the color name, More than 650 colors are supported.

Color Recognition Python

Colors

More then 650 colors are supported and you can see names of colors in colors.csv.

Using

Put path of your input image:

image_path = 'test1.jpg'

And run:

python ColorRecognition.py

Now, You are able to click anywhere you like to know the color name.

Source