https://github.com/muntahashams/color-detection-on-image
color recognition system which could identify any color in a given image. I did this simply by OpenCV by retrieving the R,G & B values from the pixel and matching them to a color dataframe given in the Colors.csv file.
https://github.com/muntahashams/color-detection-on-image
color-detection color-detector color-recong image opencv
Last synced: 7 months ago
JSON representation
color recognition system which could identify any color in a given image. I did this simply by OpenCV by retrieving the R,G & B values from the pixel and matching them to a color dataframe given in the Colors.csv file.
- Host: GitHub
- URL: https://github.com/muntahashams/color-detection-on-image
- Owner: MuntahaShams
- Created: 2021-04-18T01:29:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-18T15:38:18.000Z (over 4 years ago)
- Last Synced: 2025-01-13T11:30:00.964Z (9 months ago)
- Topics: color-detection, color-detector, color-recong, image, opencv
- Language: Jupyter Notebook
- Homepage:
- Size: 9.96 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# color-detection-on-image
I had to implement a color recognition system which could identify any color in a given image. I did this simply by OpenCV by retrieving the R,G & B values from the pixel and matching them to a color dataframe given in the Colors.csv file.