Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 267 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 267 Bytes

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.