Skip to content

raven-97/Air-Drawing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Air-Drawing

This is a simple computer vision based project which tracks a target and uses the said target to draw on air. The motion of the target is captured by a webcam. The video from the webcam is processed by the computer to get an AR like image overlay on top of the live footage.

This project make use of a web cam to track the motion of the target.

Each frame in the video is blurred using Gaussian blur to get a smooth image. The blurred image is then analysed to get the location of the pointing target. The image is then masked and centroid of target is found. Then a line is drawn from current frame to the previous frame.

About

Python-openCV based air drawing project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages