Problem with image in coronal view

Hi,

I have an image which is 2d in coronal view(x,z), however if I load the image with ITK, then it reads as it is a typical axial image(x,y). How can I read it as real coronal(x,z) image?

Thanks,
Sz.U.

1 Like

I think this is a question of interpretation. Which two viewers are you comparing to come to conclusion that ITK is reading it as axial image? If it is 2D image, ITK will read it as ij image, and if it is 3D ITK will read it as ijk. And image’s direction matrix determines what is its anatomical orientation. If this does not answer your question, can you make it more specific and detailed?

1 Like