フィルターのクリア

Take CT# from from each pixel in CT DICOM image

1 回表示 (過去 30 日間)
Justine Schneider
Justine Schneider 2017 年 7 月 27 日
コメント済み: Justine Schneider 2017 年 7 月 31 日
How do I tell MATLAB to take the CT# from each pixel in a CT DICOM image? I need to multiple the CT# for each pixel by the area of the pixel, which I assume is just one pixel. Please correct me if the area of one pixel is something else.

採用された回答

Image Analyst
Image Analyst 2017 年 7 月 27 日
Use dicomread() to read in the image. The area of the pixel in real world coordinates (microns) will be in the header. The CT values of the pixels are the image itself.
  1 件のコメント
Justine Schneider
Justine Schneider 2017 年 7 月 31 日
I got this to work. Thanks.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDICOM Format についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by