Take CT# from from each pixel in CT DICOM image
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Justine Schneider
le 27 Juil 2017
Commenté : Justine Schneider
le 31 Juil 2017
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 commentaires
Réponse acceptée
Image Analyst
le 27 Juil 2017
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.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur DICOM Format dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!