質問編集履歴

1

プログラムの変更

2019/02/25 07:01

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  result = Array*255
6
6
 
7
- cv2.imshow('predict', result)
7
+ cv2.imshow('image', result)
8
8
 
9
9
  cv2.imwrite('image.png', result)
10
10