Is it possible to use itk::OrientImageFilter on a 4D image

Hey,

I figured I’d ask here because I wasn’t able to find the answer anywhere else:

Is it possible to use the itk::OrientImageFilter filter for a 4D (perfusion) image?

Thanks,
Sarthak

No, that filter only works for 3D images. There is a compile-time check which enforces it.

Got it, thanks!