Skip to content

This is a Python 3 based project to perform fast & accurate edge detection in form of a sketch with OpenCV on a webcams.

License

Notifications You must be signed in to change notification settings

simplesaad/SketcherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SketcherApp

This is a Python 3 based project to perform fast & accurate edge detection in form of a sketch with OpenCV on a webcams. Following image is a screenshot example of me holding a pen in front of the webcam.

Dependencies

  1. Python 3.x, OpenCV 3 or 4
  2. Open terminal and install numpy and OpenCV
    • pip install numpy
    • pip install opencv-python

Execution Steps

  1. Open terminal and enter the file path to the desired directory and paste the command given below
  2. python sketckerApp.py
  3. Press 'Enter' to close the window

About

This is a Python 3 based project to perform fast & accurate edge detection in form of a sketch with OpenCV on a webcams.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages