draw on computer screen in every color, using webcam and OpenCV color detection
- comparing over 1000 colors database and RGB values. the csv file attach on the Resources folder.
- plot the name of the chosen color.
- imply a mask to the iamge with the same color values, to detect our marker/pen.
- drawing on differnent window with the same color that have been chosen.
- we can choose different objects and paint with different colors on the same screen.
- comment: we imply in every given time one mask, and therfore we can only paint with one color at a time.