Borrar filtros
Borrar filtros

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

3 visualizaciones (últimos 30 días)
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

Respuesta aceptada

Walter Roberson
Walter Roberson el 11 de Mayo de 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 comentario
Yaoting Yue
Yaoting Yue el 11 de Mayo de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by