Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 556 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 556 Bytes

writing using object tracking

This is a simple project of tracing the path by object tracking which can be used to write on screen.

Getting Started

Things you will need:

  • Python 2.x or 3.x
  • Dependencies like
    • opencv
    • numpy
    • math
    • collections
  • Webcam(of course!)

Running the project

Run the file write.py from terminal

python write.py

Special functionality

  • Press u to undo
  • Press r to redo
  • Press q to quit