teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

コードを少し修正しました

2019/01/30 04:53

投稿

blackmk
blackmk

スコア23

title CHANGED
File without changes
body CHANGED
@@ -30,7 +30,7 @@
30
30
  import cv2
31
31
  import numpy as np
32
32
 
33
- im = cv2.imread('C:/Users/motooku/Desktop/grid/img514.jpg').astype(int)
33
+ im = cv2.imread('./data.jpg').astype(int)
34
34
 
35
35
  b,g,r = cv2.split(im)
36
36