Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 457 Bytes

File metadata and controls

11 lines (9 loc) · 457 Bytes

Pixel_Color_Detection_Manipulation

The scripted in IPython Notebook provided a OpenCV2 based color detection and manupulation codes.

Say we would like to replace all WHITE pixels in the image to RED:

Color Detection:

We are using the Euclidean Distance to select the most similar color from a pre-given color dictionary based on their RGB values.