質問編集履歴
1
プログラムの変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
result = Array*255
|
6
6
|
|
7
|
-
cv2.imshow('
|
7
|
+
cv2.imshow('image', result)
|
8
8
|
|
9
9
|
cv2.imwrite('image.png', result)
|
10
10
|
|