#include <itkImage.h>
#include <itkOrientImageFilter.h>
#include <animaGradientFileReader.h>
#include <itkExtractImageFilter.h>
Go to the source code of this file.
|
template<class ImageType > |
itk::SmartPointer< ImageType > | anima::reorient3DImage (typename itk::SmartPointer< ImageType > input, itk::SpatialOrientation::ValidCoordinateOrientationFlags orientation) |
|
template<class ImageType , class GradientType > |
void | anima::reorientGradients (typename itk::SmartPointer< ImageType > input, std::vector< GradientType > &gradients) |
|
template<class ImageType > |
itk::SmartPointer< ImageType > | anima::reorientImage (typename itk::SmartPointer< ImageType > input, itk::SpatialOrientation::ValidCoordinateOrientationFlags orientation) |
|