Azzera filtri
Azzera filtri

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

3 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

Walter Roberson
Walter Roberson il 11 Mag 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 Commento
Yaoting Yue
Yaoting Yue il 11 Mag 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.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Interactive Control and Callbacks in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by