Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 763 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 763 Bytes

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