Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Normalizes the data vectors either using the specified reference value or the voxelwise baseline value. More...
#include <itkDwiNormilzationFilter.h>
Public Types | |
typedef DwiNormilzationFilter | Self |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef ImageToImageFilter< VectorImage< TInPixelType, 3 >, VectorImage< TInPixelType, 3 > > | Superclass |
typedef itk::Image< double, 3 > | DoubleImageType |
typedef itk::Image< unsigned char, 3 > | UcharImageType |
typedef itk::Image< unsigned short, 3 > | BinImageType |
typedef itk::Image< TInPixelType, 3 > | TInPixelImageType |
typedef Superclass::InputImageType | InputImageType |
typedef Superclass::OutputImageType | OutputImageType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef mitk::DiffusionPropertyHelper::GradientDirectionType | GradientDirectionType |
typedef mitk::DiffusionPropertyHelper::GradientDirectionsContainerType::Pointer | GradientContainerType |
typedef itk::LabelStatisticsImageFilter< TInPixelImageType, BinImageType > | StatisticsFilterType |
typedef itk::Statistics::Histogram< typename TInPixelImageType::PixelType > | HistogramType |
typedef HistogramType::MeasurementType | MeasurementType |
typedef itk::ShiftScaleImageFilter< TInPixelImageType, DoubleImageType > | ShiftScaleImageFilterType |
Public Member Functions | |
Pointer | Clone () const |
virtual const char * | GetClassName () const |
virtual void | SetGradientDirections (GradientContainerType _arg) |
virtual void | SetScalingFactor (TInPixelType _arg) |
virtual void | SetUseGlobalReference (bool _arg) |
virtual void | SetMaskImage (UcharImageType::Pointer _arg) |
virtual void | SetReference (double _arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
DwiNormilzationFilter () | |
~DwiNormilzationFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | BeforeThreadedGenerateData () |
void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType) |
Protected Attributes | |
UcharImageType::Pointer | m_MaskImage |
GradientContainerType | m_GradientDirections |
int | m_B0Index |
TInPixelType | m_ScalingFactor |
bool | m_UseGlobalReference |
double | m_Reference |
Normalizes the data vectors either using the specified reference value or the voxelwise baseline value.
Definition at line 38 of file itkDwiNormilzationFilter.h.
typedef itk::Image< unsigned short, 3 > itk::DwiNormilzationFilter< TInPixelType >::BinImageType |
Definition at line 58 of file itkDwiNormilzationFilter.h.
typedef SmartPointer<const Self> itk::DwiNormilzationFilter< TInPixelType >::ConstPointer |
Definition at line 46 of file itkDwiNormilzationFilter.h.
typedef itk::Image< double, 3 > itk::DwiNormilzationFilter< TInPixelType >::DoubleImageType |
Definition at line 56 of file itkDwiNormilzationFilter.h.
typedef mitk::DiffusionPropertyHelper::GradientDirectionsContainerType::Pointer itk::DwiNormilzationFilter< TInPixelType >::GradientContainerType |
Definition at line 64 of file itkDwiNormilzationFilter.h.
typedef mitk::DiffusionPropertyHelper::GradientDirectionType itk::DwiNormilzationFilter< TInPixelType >::GradientDirectionType |
Definition at line 63 of file itkDwiNormilzationFilter.h.
typedef itk::Statistics::Histogram< typename TInPixelImageType::PixelType > itk::DwiNormilzationFilter< TInPixelType >::HistogramType |
Definition at line 66 of file itkDwiNormilzationFilter.h.
typedef Superclass::InputImageType itk::DwiNormilzationFilter< TInPixelType >::InputImageType |
Definition at line 60 of file itkDwiNormilzationFilter.h.
typedef HistogramType::MeasurementType itk::DwiNormilzationFilter< TInPixelType >::MeasurementType |
Definition at line 67 of file itkDwiNormilzationFilter.h.
typedef Superclass::OutputImageRegionType itk::DwiNormilzationFilter< TInPixelType >::OutputImageRegionType |
Definition at line 62 of file itkDwiNormilzationFilter.h.
typedef Superclass::OutputImageType itk::DwiNormilzationFilter< TInPixelType >::OutputImageType |
Definition at line 61 of file itkDwiNormilzationFilter.h.
typedef SmartPointer<Self> itk::DwiNormilzationFilter< TInPixelType >::Pointer |
Definition at line 45 of file itkDwiNormilzationFilter.h.
typedef DwiNormilzationFilter itk::DwiNormilzationFilter< TInPixelType >::Self |
Definition at line 44 of file itkDwiNormilzationFilter.h.
typedef itk::ShiftScaleImageFilter<TInPixelImageType, DoubleImageType> itk::DwiNormilzationFilter< TInPixelType >::ShiftScaleImageFilterType |
Definition at line 68 of file itkDwiNormilzationFilter.h.
typedef itk::LabelStatisticsImageFilter< TInPixelImageType,BinImageType > itk::DwiNormilzationFilter< TInPixelType >::StatisticsFilterType |
Definition at line 65 of file itkDwiNormilzationFilter.h.
typedef ImageToImageFilter< VectorImage< TInPixelType, 3 >, VectorImage< TInPixelType, 3 > > itk::DwiNormilzationFilter< TInPixelType >::Superclass |
Definition at line 47 of file itkDwiNormilzationFilter.h.
typedef itk::Image< TInPixelType, 3 > itk::DwiNormilzationFilter< TInPixelType >::TInPixelImageType |
Definition at line 59 of file itkDwiNormilzationFilter.h.
typedef itk::Image< unsigned char, 3 > itk::DwiNormilzationFilter< TInPixelType >::UcharImageType |
Definition at line 57 of file itkDwiNormilzationFilter.h.
|
protected |
|
inlineprotected |
Definition at line 78 of file itkDwiNormilzationFilter.h.
|
protected |
Pointer itk::DwiNormilzationFilter< TInPixelType >::Clone | ( | ) | const |
|
virtual |
Runtime information support.
|
static |
Method for creation through the object factory.
|
protected |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
Definition at line 86 of file itkDwiNormilzationFilter.h.
|
protected |
Definition at line 85 of file itkDwiNormilzationFilter.h.
|
protected |
Definition at line 84 of file itkDwiNormilzationFilter.h.
|
protected |
Definition at line 89 of file itkDwiNormilzationFilter.h.
|
protected |
Definition at line 87 of file itkDwiNormilzationFilter.h.
|
protected |
Definition at line 88 of file itkDwiNormilzationFilter.h.