Skip to content

Commit d9a8e5f

Browse files
authored
Update Shape_Detection.py
resolved please check again
1 parent d984f38 commit d9a8e5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/shape-detection/Shape_Detection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def centroids(cnt):
1919

2020

2121
if __name__ == '__main__':
22-
global shapes
2322
img = cv2.imread("img.png",0)
2423
image = cv2.imread("img.png")
2524
h_img,w_img=img.shape

0 commit comments

Comments
 (0)