Skip to content

23subbhashit/Virtual-pen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual-pen

This repository is based in creating a virtual pen using Opencv. Procedure:

  • Find the HSV range for your color using tracker.py.HSV stands for Hue-Saturation-Value. It is actually a type of color plane representation (like RGB, YCbCr etc.). It is a device independent color representation format: The HSV color representation is useful to detect specific color types, e.g.: skin color, fire color etc.
  • After finding your hsv value,press the s key to save that as .npy file(penrange.npy)
  • Using that .npy file we can can write anything virtually using draw.py.
  • Press c to clear everything in the frame and canvas.

ezgif com-video-to-gif

About

A virtual pen made in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages