We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3561513 commit 6295c88Copy full SHA for 6295c88
detectShapes.py detectBlackShapes.py
@@ -22,4 +22,4 @@
22
for c in cnts:
23
cv2.drawContours(image, [c], -1, (0, 255, 0), 2)
24
cv2.imshow("Image", image)
25
- cv2.waitKey(0)
+ cv2.waitKey(0)
0 commit comments