https://github.com/duskybomb/shape-detection
An application to recognise hand drawn shapes using OpenCV 3.4.4
https://github.com/duskybomb/shape-detection
handdraw opencv opencv-python shape-detection shape-recognition
Last synced: 8 months ago
JSON representation
An application to recognise hand drawn shapes using OpenCV 3.4.4
- Host: GitHub
- URL: https://github.com/duskybomb/shape-detection
- Owner: duskybomb
- Created: 2018-12-20T06:48:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T12:37:03.000Z (over 7 years ago)
- Last Synced: 2025-04-06T12:45:18.293Z (about 1 year ago)
- Topics: handdraw, opencv, opencv-python, shape-detection, shape-recognition
- Language: Python
- Homepage:
- Size: 3.51 MB
- Stars: 17
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shape Detector using OpenCV
An application to detect hand drawn shapes using OpenCV 3.4.4
## Run
```bash
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