Skip to content

Commit 6295c88

Browse files
authoredNov 27, 2019
Rename detectShapes.py to detectBlackShapes.py
1 parent 3561513 commit 6295c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎detectShapes.py ‎detectBlackShapes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
for c in cnts:
2323
cv2.drawContours(image, [c], -1, (0, 255, 0), 2)
2424
cv2.imshow("Image", image)
25-
cv2.waitKey(0)
25+
cv2.waitKey(0)

0 commit comments

Comments
 (0)