Hi everyone,<br><br>Is it possible to use the itk::OrientImageFilter with 4 dimensional data (3D + time). Basically, I want to reorient the three space axes accordingly and leave the time axes unchanged. Is there a way to achieve this with the itk::OrientImageFilter?<br>
<br>Currently, when I try it, I am getting the following error messages:<br><br>/usr/local/include/InsightToolkit/BasicFilters/itkOrientImageFilter.txx: In member function 'void itk::OrientImageFilter&lt;TInputImage, TOutputImage&gt;::GenerateOutputInformation() [with TInputImage = itk::Image&lt;double, 4u&gt;, TOutputImage = itk::Image&lt;double, 4u&gt;]':<br>
<br>error: no matching function for call to 'itk::SpatialOrientationAdapter::FromDirectionCosines(const itk::Matrix&lt;double, 4u, 4u&gt;&amp;)<br><br>Thanks,<br><br>Luca<br>