Effacer les filtres
Effacer les filtres

How can I find the slice thickness of a three dimensional uint8 MRI scan of the brain?

2 vues (au cours des 30 derniers jours)
Ahy help will be greatly appreciated. I need to find out the slice thickness in order to compute the total volume.

Réponses (1)

Image Analyst
Image Analyst le 26 Fév 2017
Check the header of the image. That information is most likely in the header.
  3 commentaires
Image Analyst
Image Analyst le 28 Fév 2017
Nearly all images are binary data where the first few bytes are data/information that describes the image, like how many rows and columns of pixels there are, what the number of bit per pixel is, and, if using medical images generated by CT or MRI instruments, information on the physical resolution of the pixels and slice spacing. You need to look at the dicom header and see what's there.

Connectez-vous pour commenter.

Catégories

En savoir plus sur MRI dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by