An application to detect hand drawn shapes using OpenCV 3.4.4
python capture.py --image assets/hand_shape.jpg # for image
python capture.py -c # use default webcam
-
Implemented only for:
- triangle
- rectangle
- pentagon
- circle
-
Images should be filled with dark colors
Code in work
Backend