Skip to content

An application to recognise hand drawn shapes using OpenCV 3.4.4

Notifications You must be signed in to change notification settings

duskybomb/shape-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shape Detector using OpenCV

An application to detect hand drawn shapes using OpenCV 3.4.4

Run

python capture.py --image assets/hand_shape.jpg  # for image
python capture.py -c  # use default webcam

Limitations

  • Implemented only for:

    • triangle
    • rectangle
    • pentagon
    • circle
  • Images should be filled with dark colors

Sample

Code in work

Backend

About

An application to recognise hand drawn shapes using OpenCV 3.4.4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages