Take CT# from from each pixel in CT DICOM image

1 次查看(过去 30 天)
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 DICOM Format 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by