write an image file
显示 更早的评论
i have a image im of uint16 datatype
figure(1), imshow(im)
figure(2), imshow(uint8(im))
figure(3), imshow(im,[])
all the above lines displays the image in different format
How to write the image in as obtained in 3rd figure format
2 个评论
krishna kotha
2020-4-1
hii iam krishna
it is clearely mentioned in matlab help
Constantino Carlos Reyes-Aldasoro
2020-4-1
Read here
for imwrite
and here for print
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Image Arithmetic 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!