回答編集履歴
1
d
test
CHANGED
@@ -40,7 +40,7 @@
|
|
40
40
|
|
41
41
|
out = np.zeros_like(gray)
|
42
42
|
|
43
|
-
cv2.drawContours(out, [max_cnt], -1, color=
|
43
|
+
cv2.drawContours(out, [max_cnt], -1, color=255, thickness=-1)
|
44
44
|
|
45
45
|
|
46
46
|
|