Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <itkFslPeakImageConverter.h>
Public Types | |
enum | NormalizationMethods { NO_NORM, SINGLE_VEC_NORM } |
typedef FslPeakImageConverter | Self |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef ProcessObject | Superclass |
typedef vnl_vector_fixed< double, 3 > | DirectionType |
typedef VectorContainer< int, DirectionType > | DirectionContainerType |
typedef VectorContainer< int, DirectionContainerType::Pointer > | ContainerType |
typedef Image< float, 4 > | InputImageType |
typedef VectorContainer< int, InputImageType::Pointer > | InputType |
typedef Image< Vector< float, 3 >, 3 > | ItkDirectionImageType |
typedef VectorContainer< int, ItkDirectionImageType::Pointer > | DirectionImageContainerType |
Public Member Functions | |
Pointer | Clone () const |
virtual const char * | GetClassName () const |
virtual void | SetNormalizationMethod (NormalizationMethods _arg) |
normalization method of ODF peaks More... | |
virtual void | SetInputImages (InputType::Pointer _arg) |
MRtrix peak image of type itk::Image< float, 4 > More... | |
virtual mitk::FiberBundle::Pointer | GetOutputFiberBundle () |
vector field (peak sizes rescaled for visualization purposes) More... | |
virtual DirectionImageContainerType::Pointer | GetDirectionImageContainer () |
container for output peaks More... | |
void | GenerateData () override |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
FslPeakImageConverter () | |
~FslPeakImageConverter () | |
Protected Attributes | |
NormalizationMethods | m_NormalizationMethod |
normalization method of ODF peaks More... | |
mitk::FiberBundle::Pointer | m_OutputFiberBundle |
vector field (peak sizes rescaled for visualization purposes) More... | |
InputType::Pointer | m_InputImages |
MRtrix peak image of type itk::Image< float, 4 > More... | |
DirectionImageContainerType::Pointer | m_DirectionImageContainer |
container for output peaks More... | |
Converts a series of 4D images containing directional (3D vector) information into a vector field stored as mitkFiberBundle. These 4D files are for example generated by the FSL qboot command.
Definition at line 32 of file itkFslPeakImageConverter.h.
typedef SmartPointer<const Self> itk::FslPeakImageConverter< PixelType >::ConstPointer |
Definition at line 44 of file itkFslPeakImageConverter.h.
typedef VectorContainer< int, DirectionContainerType::Pointer > itk::FslPeakImageConverter< PixelType >::ContainerType |
Definition at line 56 of file itkFslPeakImageConverter.h.
typedef VectorContainer< int, DirectionType > itk::FslPeakImageConverter< PixelType >::DirectionContainerType |
Definition at line 55 of file itkFslPeakImageConverter.h.
typedef VectorContainer< int, ItkDirectionImageType::Pointer > itk::FslPeakImageConverter< PixelType >::DirectionImageContainerType |
Definition at line 60 of file itkFslPeakImageConverter.h.
typedef vnl_vector_fixed< double, 3 > itk::FslPeakImageConverter< PixelType >::DirectionType |
Definition at line 54 of file itkFslPeakImageConverter.h.
typedef Image< float, 4 > itk::FslPeakImageConverter< PixelType >::InputImageType |
Definition at line 57 of file itkFslPeakImageConverter.h.
typedef VectorContainer< int, InputImageType::Pointer > itk::FslPeakImageConverter< PixelType >::InputType |
Definition at line 58 of file itkFslPeakImageConverter.h.
typedef Image< Vector< float, 3 >, 3> itk::FslPeakImageConverter< PixelType >::ItkDirectionImageType |
Definition at line 59 of file itkFslPeakImageConverter.h.
typedef SmartPointer<Self> itk::FslPeakImageConverter< PixelType >::Pointer |
Definition at line 43 of file itkFslPeakImageConverter.h.
typedef FslPeakImageConverter itk::FslPeakImageConverter< PixelType >::Self |
Definition at line 42 of file itkFslPeakImageConverter.h.
typedef ProcessObject itk::FslPeakImageConverter< PixelType >::Superclass |
Definition at line 45 of file itkFslPeakImageConverter.h.
enum itk::FslPeakImageConverter::NormalizationMethods |
Enumerator | |
---|---|
NO_NORM |
don't normalize peaks |
SINGLE_VEC_NORM |
normalize peaks to length 1 |
Definition at line 37 of file itkFslPeakImageConverter.h.
|
protected |
Definition at line 39 of file itkFslPeakImageConverter.cpp.
|
inlineprotected |
Definition at line 71 of file itkFslPeakImageConverter.h.
Pointer itk::FslPeakImageConverter< PixelType >::Clone | ( | ) | const |
|
override |
Definition at line 47 of file itkFslPeakImageConverter.cpp.
References mitk::New().
|
virtual |
Runtime information support.
|
virtual |
container for output peaks
|
virtual |
vector field (peak sizes rescaled for visualization purposes)
|
static |
Method for creation through the object factory.
|
virtual |
MRtrix peak image of type itk::Image< float, 4 >
|
virtual |
normalization method of ODF peaks
|
protected |
container for output peaks
Definition at line 76 of file itkFslPeakImageConverter.h.
|
protected |
MRtrix peak image of type itk::Image< float, 4 >
Definition at line 75 of file itkFslPeakImageConverter.h.
|
protected |
normalization method of ODF peaks
Definition at line 73 of file itkFslPeakImageConverter.h.
|
protected |
vector field (peak sizes rescaled for visualization purposes)
Definition at line 74 of file itkFslPeakImageConverter.h.