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.
More then 650 colors are supported and you can see names of colors in colors.csv
.
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.
- https://github.com/codebrainz/color-names
- https://www.geeksforgeeks.org/handle-mouse-events-in-python-opencv/
- https://github.com/codebrainz/color-names/blob/master/output/colors.csv
- https://towardsdatascience.com/building-a-color-recognizer-in-python-4783dfc72456
- https://pyimagesearch.com/2015/03/09/capturing-mouse-click-events-with-python-and-opencv/