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<TInputImage, TOutputImage>::GenerateOutputInformation() [with TInputImage = itk::Image<double, 4u>, TOutputImage = itk::Image<double, 4u>]':<br>
<br>error: no matching function for call to 'itk::SpatialOrientationAdapter::FromDirectionCosines(const itk::Matrix<double, 4u, 4u>&)<br><br>Thanks,<br><br>Luca<br>