Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <itkShCoefficientImageExporter.h>
Public Types | |
enum | NormalizationMethods { NO_NORM, SINGLE_VEC_NORM, SPACING_COMPENSATION } |
typedef ShCoefficientImageExporter | Self |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef ProcessObject | Superclass |
typedef itk::Image< float, 4 > | CoefficientImageType |
typedef Image< Vector< PixelType,(ShOrder *ShOrder+ShOrder+2)/2+ShOrder >, 3 > | InputImageType |
Public Member Functions | |
Pointer | Clone () const |
virtual const char * | GetClassName () const |
virtual void | SetInputImage (typename InputImageType::Pointer _arg) |
sh coefficient image in FSL file format More... | |
virtual CoefficientImageType::Pointer | GetOutputImage () |
mitk style image containing the SH coefficients More... | |
void | GenerateData () override |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
ShCoefficientImageExporter () | |
~ShCoefficientImageExporter () | |
Protected Attributes | |
InputImageType::Pointer | m_InputImage |
CoefficientImageType::Pointer | m_OutputImage |
Converts FSL reconstructions of diffusionweighted images (4D images containing the sh coefficients) to qball images or 3D sh-coefficient images.
Definition at line 28 of file itkShCoefficientImageExporter.h.
typedef itk::Image< float, 4 > itk::ShCoefficientImageExporter< PixelType, ShOrder >::CoefficientImageType |
Definition at line 44 of file itkShCoefficientImageExporter.h.
typedef SmartPointer<const Self> itk::ShCoefficientImageExporter< PixelType, ShOrder >::ConstPointer |
Definition at line 42 of file itkShCoefficientImageExporter.h.
typedef Image< Vector< PixelType, (ShOrder*ShOrder + ShOrder + 2)/2 + ShOrder >, 3 > itk::ShCoefficientImageExporter< PixelType, ShOrder >::InputImageType |
Definition at line 45 of file itkShCoefficientImageExporter.h.
typedef SmartPointer<Self> itk::ShCoefficientImageExporter< PixelType, ShOrder >::Pointer |
Definition at line 41 of file itkShCoefficientImageExporter.h.
typedef ShCoefficientImageExporter itk::ShCoefficientImageExporter< PixelType, ShOrder >::Self |
Definition at line 40 of file itkShCoefficientImageExporter.h.
typedef ProcessObject itk::ShCoefficientImageExporter< PixelType, ShOrder >::Superclass |
Definition at line 43 of file itkShCoefficientImageExporter.h.
enum itk::ShCoefficientImageExporter::NormalizationMethods |
Enumerator | |
---|---|
NO_NORM | |
SINGLE_VEC_NORM | |
SPACING_COMPENSATION |
Definition at line 33 of file itkShCoefficientImageExporter.h.
|
protected |
Definition at line 32 of file itkShCoefficientImageExporter.cpp.
|
inlineprotected |
Definition at line 64 of file itkShCoefficientImageExporter.h.
Pointer itk::ShCoefficientImageExporter< PixelType, ShOrder >::Clone | ( | ) | const |
|
override |
Definition at line 39 of file itkShCoefficientImageExporter.cpp.
References mitk::New().
|
virtual |
Runtime information support.
|
virtual |
mitk style image containing the SH coefficients
|
static |
Method for creation through the object factory.
Referenced by StartShConversion().
|
virtual |
sh coefficient image in FSL file format
|
protected |
Definition at line 66 of file itkShCoefficientImageExporter.h.
|
protected |
Definition at line 67 of file itkShCoefficientImageExporter.h.