Skip to content

Latest commit

 

History

History
executable file
·
14 lines (11 loc) · 496 Bytes

README.md

File metadata and controls

executable file
·
14 lines (11 loc) · 496 Bytes

Draw-OpenCV

  • An attempt to create an on-screen writing tool, that makes use of coloured pens detected by user's webcam.

Features

  • Uses OpenCV
  • Identifies colors of a pen, and draws accordingly in the color
  • For now, only set to identify 3 colors(Fluorescent Pink, Dark Green and Fluorescent Yellow)

Limitations

  • Requires white background(for now)
  • Heavily relies on lighting
  • Speed control necessary
  • Manually insert color-HSV codes using the values from colors_HSV.py