Draw anything in air by movement of a finger
The Technologies used for this project are
- Python
- OpenCV
- A blob(pen) is selected by the method of ROI(Region Of Interest).
- The center of blob is detected and marked by a white circle.
- 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.
- A clear button is used to clearout all the blue coloured pixels and restore the original live feed.
The License Used for this Project.