Take CT# from from each pixel in CT DICOM image
1 回表示 (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
採用された回答
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.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!