回答編集履歴

1

d

2019/02/25 04:15

投稿

tiitoi
tiitoi

スコア21956

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=(255, 255, 255), thickness=-1)
43
+ cv2.drawContours(out, [max_cnt], -1, color=255, thickness=-1)
44
44
 
45
45
 
46
46