
Eye Dropper Color Picker tool in Python using OpenCV
A eye dropper tool also called as color picker is used to pick color from an image.
An image is made of pixels (Read : Anatomy Of a Digital Image) and each pixel has a RGB value, a color picker tool extracts the RGB value of a pixel in an image