質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -16,6 +16,4 @@
|
|
16
16
|
img_contour=cv2.drawContours(img_rgb, contours, -1, (255, 255, 0), 1)
|
17
17
|
plt.axis("off")
|
18
18
|
plt.imshow(img_contour)
|
19
|
-
```
|
19
|
+
```
|
20
|
-
この画像を処理したいです。
|
21
|
-

|