質問編集履歴
1
個人情報の削除
title
CHANGED
File without changes
|
body
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
root=tk.Tk()
|
28
28
|
root.title("gazou")
|
29
29
|
|
30
|
-
img = cv2.imread(r"C:\
|
30
|
+
img = cv2.imread(r"C:\~~~\sample.png")
|
31
31
|
hi = img.shape[0]
|
32
32
|
wi = img.shape[1]
|
33
33
|
|