質問編集履歴

2

タグの追記

2021/12/25 13:04

投稿

hasy
hasy

スコア4

test CHANGED
File without changes
test CHANGED
File without changes

1

コード誤記修正

2021/12/25 13:04

投稿

hasy
hasy

スコア4

test CHANGED
File without changes
test CHANGED
@@ -22,9 +22,9 @@
22
22
 
23
23
 
24
24
 
25
- plt.imsave('plttest.tiff', img3 , cmap="gray")
25
+ plt.imsave('plttest.tiff', img_16bit , cmap="gray")
26
26
 
27
- cv2.imwrite('cv2test.tiff', img3 )
27
+ cv2.imwrite('cv2test.tiff', img_16bit )
28
28
 
29
29
 
30
30