operate with medical image

4 ビュー (過去 30 日間)
Majid Al-Sirafi
Majid Al-Sirafi 2017 年 2 月 11 日
コメント済み: Majid Al-Sirafi 2017 年 2 月 14 日
hi everyone
please, how to operate with medical image, such as read, write, change pixel value, etc. by using matlab code
regards,
Majid

採用された回答

Star Strider
Star Strider 2017 年 2 月 11 日
It depends what your ‘medical image’ is. For most radiography (x-ray, ultrasound, MRI, CT, etc.) images, they are in DICOM format and you would read the images with .dcm file extensions (also termed suffixes) with the dicomread (link) function. If you want to save ‘slices’ of a computerized tomographic file as individual images, save them as uncompressed ‘.jpg’ images, since that is what they are in the DICOM file.
  1 件のコメント
Walter Roberson
Walter Roberson 2017 年 2 月 12 日
I would not save them as .jpg -- far too much chance that someone would not notice they are intentionally uncompressed and will proceed to helpfully compress them, which damages their value for research (makes the algorithms harder.) I would deliberately save them as some image type that does not use lossy compression such as PNG or TIFF.
DICOM does not mandate any one compression algorithm; it makes several available and provides mechanisms to use additional compression algorithms. Some of the compression algorithms tend to get used more often than others, of course.

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

その他の回答 (1 件)

Image Analyst
Image Analyst 2017 年 2 月 11 日
This is too vague. Basically the answer is "you can use MATLAB." Here is how to learn it:
  16 件のコメント
Walter Roberson
Walter Roberson 2017 年 2 月 14 日
You can zip a .dcm file and attach the .zip provided it is within the size limits.
Majid Al-Sirafi
Majid Al-Sirafi 2017 年 2 月 14 日
Firstly, thabj you dear Walter. the attached is the medical image

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

カテゴリ

Help Center および File ExchangeMedical Physics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by