Now Paint in the air !!
Computer vision project implemented with OpenCV. Do you want to draw on your screen without even touching it by just waving your hand in front of your screen and your Finger will work as a marker for you.
I've used Computer vision technique of OpenCV to build this project
Use the package manager pip to install the following packages.
pip install numpypip install opencvThe marker I've used is a blue ballpoint pen cap which is easily available everywhere.
You can change your marker easily by changing code in Virtual_Paint(new) from
line number 10 to 16.
For your help I've added a python file Color-Picker in the Resources folder ;)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.

