質問編集履歴
1
画像の変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
import cv2
|
12
12
|
import numpy as np
|
13
13
|
|
14
|
-
img_src = cv2.imread("./
|
14
|
+
img_src = cv2.imread("./gazou.jpg", cv2.IMREAD_GRAYSCALE)
|
15
15
|
h = img_src.shape[0]
|
16
16
|
w = img_src.shape[1]
|
17
17
|
|