Paint virtually just by moving marker of diffrent colors in air.
-
Get Hue, Saturation and Value (HSV of image) by tracking color using "colorTracker.py".
-
Paste values in "virtualPaint.py" in the list named myColors.
-
Paste RGB values of colors in order BGR in the list named myColorValues in the same order of colors as in myColors.
-
Run "virtualPaint.py" and move marker.
-
Run "colorTracker.py".
-
Bring marker in front of camera to track color.
-
Move track bars to identify the color.
-
Get HSV values and paste them in "virtualPaint.py".
Note: keep moving track bars to identify exact HSV values of color.