フィルターのクリア

How to write int16 image data into Tiff or any other image format?

8 ビュー (過去 30 日間)
Mrin San
Mrin San 2018 年 5 月 8 日
コメント済み: Naramon 2024 年 1 月 10 日
Hi, I have 512*512 int16 image data which I want to save as an image. However it can't be saved as a jpeg by imwrite. I tried Tiff instead using im2double,
con=im2double(image_data)
filename=['C:\Users\student\Desktop\brain\images\pituitary', '.tiff'];
imwrite(con,filename);
Result is a noisy picture due to the conversion
How to deal with int16 image data and obtain a clear reconstruction? .
  2 件のコメント
Yuvaraj Venkataswamy
Yuvaraj Venkataswamy 2018 年 5 月 8 日
Images must be uint8, uint16, single, or double format.
Mrin San
Mrin San 2018 年 5 月 8 日
Yes..thats right. So i tried to convert to double.

サインインしてコメントする。

回答 (1 件)

Sihem Nour El Houda
Sihem Nour El Houda 2020 年 11 月 6 日
I am facing the same problem right now ! I tried changing my int16 dicom image to uint8 , uint16 , double before converting them into a tiff format. The resulting images always appear noisy with lowcontract and unsimilar to the original image ! help , please
  1 件のコメント
Naramon
Naramon 2024 年 1 月 10 日
can you give me a solution. Im facing this problem now.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeImport, Export, and Conversion についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by