/AirDraw

Draw anything in air by movement of a finger

Primary LanguageJupyter NotebookMIT LicenseMIT

AirDraw

Draw anything in air by movement of a finger

About the project

Tech Stack

The Technologies used for this project are

  • Python
  • OpenCV

Data Processing:

  1. A blob(pen) is selected by the method of ROI(Region Of Interest).
  2. The center of blob is detected and marked by a white circle.
  3. The motion of the circle is tracked throughout the live feed changing the colour of the pixel to blue according to the co-ordinates of the center.
  4. A clear button is used to clearout all the blue coloured pixels and restore the original live feed.

Demonstrations

airdrawgif

License

The License Used for this Project.