Hello,
I want to extract some oblique 2D slices from a 3D image. My current approach to do this is a resampling operation changing the output direction so one of the axis coincides with the normal of the slicing plane. Then I use ExtractImageFilter to get my 2D slice. However, when I display the slices, they are oriented according to the rotation I set in the OutputDirection. I would like my slices to be consistently oriented, since this is for ultrasound simulation and I need to display the image as it would be seen in an actual ultrasound.
Thank you!