回答編集履歴

1

説明の追補

2017/08/07 13:00

投稿

退会済みユーザー
test CHANGED
@@ -52,9 +52,13 @@
52
52
 
53
53
 
54
54
 
55
+ # Detect red pixel
56
+
55
57
  coord = np.where(np.all(image == (0, 0, 255), axis=-1))
56
58
 
57
59
 
60
+
61
+ # Print coordinate
58
62
 
59
63
  for i in range(len(coord[0])):
60
64