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!