Effacer les filtres
Effacer les filtres

.mha file displayed by matlab is different from by ITK-SNAP

3 vues (au cours des 30 derniers jours)
Yaoting Yue
Yaoting Yue le 11 Mai 2019
Commenté : Yaoting Yue le 11 Mai 2019
I have a .mha file saved from ITK-SNAP, as following upper one. But when I use Matlab to read and show this image, it shows like following under. I'm trying to find the reason, but I failed. So hope somebody will give me a help. Thanks a lot!
1557544594(1).png
1557544736(1).png

Réponse acceptée

Walter Roberson
Walter Roberson le 11 Mai 2019
Notice from the labels on the image that 'R' is on the left side, and 'L' is on the right side: the image is either rotated or flipped.
By examining the outline, we can see that you should
imshow( fliplr(flipud(YourImage)) )
  1 commentaire
Yaoting Yue
Yaoting Yue le 11 Mai 2019
Thank you a lot! I've runned "imshow( fliplr(flipud(YourImage)) )", it still wrong. After I using imshow(imrotate(fliplr(the image shown in matlab), 90), it seems the same as that ITK-snap shows, but I'm not sure whether its right. I still wonder why the mha file changed in matlab, cause DCM file won't do this.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Interactive Control and Callbacks 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