GitHunt

Virtual Paint

Paint virtually just by moving marker of diffrent colors in air.

Steps to follow

  1. Get Hue, Saturation and Value (HSV of image) by tracking color using "colorTracker.py".

  2. Paste values in "virtualPaint.py" in the list named myColors.

  3. Paste RGB values of colors in order BGR in the list named myColorValues in the same order of colors as in myColors.

  4. Run "virtualPaint.py" and move marker.

How to use Color Tracker

  1. Run "colorTracker.py".

  2. Bring marker in front of camera to track color.

  3. Move track bars to identify the color.

  4. Get HSV values and paste them in "virtualPaint.py".

Note: keep moving track bars to identify exact HSV values of color.

Languages

Python100.0%

Contributors

Created September 10, 2020
Updated September 25, 2020