ANIMA  4.0
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType > Class Template Reference

Implements multi-peak T2 relaxometry estimation (with or without regularization) More...

#include <animaMultiT2RelaxometryEstimationImageFilter.h>

+ Inheritance diagram for anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >:
+ Collaboration diagram for anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef NNLSOptimizerType::MatrixType DataMatrixType
 
typedef InputImageType::IndexType IndexType
 
typedef InputImageType::Pointer InputImagePointer
 
typedef Superclass::InputImageRegionType InputImageRegionType
 
typedef TInputImage InputImageType
 
typedef Superclass::MaskImageType MaskImageType
 
typedef NNLSOptimizerType::Pointer NNLSOptimizerPointer
 
typedef anima::NNLSOptimizer NNLSOptimizerType
 
typedef OutputImageType::Pointer OutputImagePointer
 
typedef Superclass::OutputImageRegionType OutputImageRegionType
 
typedef TOutputImage OutputImageType
 
typedef VectorOutputImageType::PixelType OutputVectorType
 
typedef anima::NonLocalT2DistributionPatchSearcher< VectorOutputImageType, InputImageTypePatchSearcherType
 
typedef itk::SmartPointer< SelfPointer
 
typedef MultiT2RelaxometryEstimationImageFilter Self
 
typedef anima::MaskedImageToImageFilter< TInputImage, TOutputImageSuperclass
 
typedef NNLSOptimizerType::ParametersType T2VectorType
 
typedef itk::Image< TPixelScalarType, 3 > TInputImage
 
typedef itk::Image< TPixelScalarType, 3 > TOutputImage
 
typedef VectorOutputImageType::Pointer VectorOutputImagePointer
 
typedef itk::VectorImage< TPixelScalarType, 3 > VectorOutputImageType
 
- Public Types inherited from anima::MaskedImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef Superclass::InputImageRegionType InputImageRegionType
 
typedef MaskImageType::Pointer MaskImagePointer
 
typedef itk::Image< unsigned char, itk::Image< TPixelScalarType, 3 > ::ImageDimension > MaskImageType
 
typedef MaskImageType::IndexType MaskIndexType
 
typedef MaskImageType::RegionType MaskRegionType
 
typedef MaskImageType::SizeType MaskSizeType
 
typedef Superclass::OutputImageRegionType OutputImageRegionType
 
typedef itk::SmartPointer< SelfPointer
 
typedef MaskedImageToImageFilter Self
 
typedef anima::NumberedThreadImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > > Superclass
 
typedef itk::ImageSource< itk::Image< TPixelScalarType, 3 > >::ThreadStruct ThreadStruct
 
- Public Types inherited from anima::NumberedThreadImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > >
typedef itk::SmartPointer< const SelfConstPointer
 
typedef Superclass::OutputImageRegionType OutputImageRegionType
 
typedef itk::SmartPointer< SelfPointer
 
typedef NumberedThreadImageToImageFilter Self
 
typedef itk::ImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > > Superclass
 
typedef itk::ImageSource< itk::Image< TPixelScalarType, 3 > >::ThreadStruct ThreadStruct
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
InputImageTypeGetB1OutputImage ()
 
InputImageTypeGetCostOutputImage ()
 
InputImageTypeGetM0OutputImage ()
 
InputImageTypeGetMWFOutputImage ()
 
virtual const char * GetNameOfClass () const
 
InputImageTypeGetT1Map ()
 
VectorOutputImageTypeGetT2OutputImage ()
 
virtual void SetAverageSignalThreshold (double _arg)
 
virtual void SetB1MaximumOptimizerIterations (unsigned int _arg)
 
virtual void SetB1OptimizerInitialStep (double _arg)
 
virtual void SetB1OptimizerStopCondition (double _arg)
 
virtual void SetB1Tolerance (double _arg)
 
virtual void SetBetaParameter (double _arg)
 
virtual void SetEchoSpacing (double _arg)
 
virtual void SetInitialB1Map (InputImageType *_arg)
 
virtual void SetInitialM0Map (InputImageType *_arg)
 
virtual void SetInitialT2Map (VectorOutputImageType *_arg)
 
virtual void SetLowerT2Bound (double _arg)
 
virtual void SetMeanMinThreshold (double _arg)
 
virtual void SetMyelinThreshold (double _arg)
 
virtual void SetNLEstimation (bool _arg)
 
virtual void SetNumberOfT2Compartments (unsigned int _arg)
 
virtual void SetPatchHalfSize (unsigned int _arg)
 
virtual void SetRegularizationIntensity (double _arg)
 
virtual void SetSearchNeighborhood (unsigned int _arg)
 
virtual void SetSearchStepSize (unsigned int _arg)
 
void SetT1Map (InputImageType *map)
 
virtual void SetT2ExcitationFlipAngle (double _arg)
 
void SetT2FlipAngles (std::vector< double > &flipAngles)
 
void SetT2FlipAngles (double singleAngle, unsigned int numAngles)
 
virtual void SetUpperT2Bound (double _arg)
 
virtual void SetVarMinThreshold (double _arg)
 
virtual void SetWeightThreshold (double _arg)
 
- Public Member Functions inherited from anima::MaskedImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual MaskImageTypeGetComputationMask ()
 
virtual void SetComputationMask (MaskImagePointer _arg)
 
- Public Member Functions inherited from anima::NumberedThreadImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual OutputImageRegionType GetComputationRegion ()
 
virtual void SetComputationRegion (OutputImageRegionType _arg)
 
virtual void SetNumberOfPointsToProcess (unsigned int _arg)
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from anima::MaskedImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > >
static Pointer New ()
 
- Static Public Member Functions inherited from anima::NumberedThreadImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > >
static Pointer New ()
 

Protected Member Functions

void BeforeThreadedGenerateData () ITK_OVERRIDE
 
void CheckComputationMask () ITK_OVERRIDE
 
void ComputeTikhonovPrior (const IndexType &refIndex, OutputVectorType &refDistribution, PatchSearcherType &nlPatchSearcher, T2VectorType &priorDistribution, std::vector< double > &workDataWeights, std::vector< OutputVectorType > &workDataSamples)
 
double ComputeTikhonovRegularizedSolution (anima::NNLSOptimizer *nnlsOpt, DataMatrixType &AMatrix, T2VectorType &signalValues, double lambdaSq, T2VectorType &priorDistribution, T2VectorType &t2OptimizedWeights)
 
void DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) ITK_OVERRIDE
 
 MultiT2RelaxometryEstimationImageFilter ()
 
void PrepareNLPatchSearchers ()
 
virtual ~MultiT2RelaxometryEstimationImageFilter ()
 
- Protected Member Functions inherited from anima::MaskedImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > >
void InitializeComputationRegionFromMask ()
 
 MaskedImageToImageFilter ()
 
virtual ~MaskedImageToImageFilter ()
 
- Protected Member Functions inherited from anima::NumberedThreadImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > >
virtual void GenerateData () ITK_OVERRIDE
 
unsigned int GetSafeThreadId ()
 
void IncrementNumberOfProcessedPoints ()
 
void InitializeZeroPixel (itk::Image< TPixelScalarType, 3 > *image, itk::VariableLengthVector< ScalarRealType > &zeroPixel)
 Utility function to initialize output images pixel to zero for vector images. More...
 
void InitializeZeroPixel (itk::Image< TPixelScalarType, 3 > *, PixelType &zeroPixel)
 Utility function to initialize output images pixel to zero for all images except vector images. More...
 
 NumberedThreadImageToImageFilter ()
 
void SafeReleaseThreadId (unsigned int threadId)
 
virtual void ThreadProcessSlices ()
 
virtual ~NumberedThreadImageToImageFilter ()
 

Additional Inherited Members

- Static Public Attributes inherited from anima::NumberedThreadImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > >
static constexpr unsigned int OutputImageDimension
 
- Static Protected Member Functions inherited from anima::NumberedThreadImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > >
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION ThreaderMultiSplitCallback (void *arg)
 

Detailed Description

template<class TPixelScalarType>
class anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >

Implements multi-peak T2 relaxometry estimation (with or without regularization)

Multi-peak estimation is performed as discussed in several papers: Layton et al. Modelling and estimation of multicomponent T2 distributions. IEEE TMI, 32(8):1423-1434. 2013. Prasloski et al. Applications of stimulated echo correction to multicomponent T2 analysis. MRM, 67(6):1803-1814. 2012. Yoo et al. Non-local spatial regularization of MRI T2 relaxa- tion images for myelin water quantification. MICCAI, pp 614-621. 2013.

Definition at line 23 of file animaMultiT2RelaxometryEstimationImageFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TPixelScalarType >
typedef itk::SmartPointer<const Self> anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::ConstPointer

◆ DataMatrixType

template<class TPixelScalarType >
typedef NNLSOptimizerType::MatrixType anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::DataMatrixType

◆ IndexType

template<class TPixelScalarType >
typedef InputImageType::IndexType anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::IndexType

◆ InputImagePointer

template<class TPixelScalarType >
typedef InputImageType::Pointer anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::InputImagePointer

◆ InputImageRegionType

template<class TPixelScalarType >
typedef Superclass::InputImageRegionType anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::InputImageRegionType

◆ InputImageType

template<class TPixelScalarType >
typedef TInputImage anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::InputImageType

Image typedef support

Definition at line 42 of file animaMultiT2RelaxometryEstimationImageFilter.h.

◆ MaskImageType

template<class TPixelScalarType >
typedef Superclass::MaskImageType anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::MaskImageType

Superclass typedefs.

Definition at line 52 of file animaMultiT2RelaxometryEstimationImageFilter.h.

◆ NNLSOptimizerPointer

template<class TPixelScalarType >
typedef NNLSOptimizerType::Pointer anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::NNLSOptimizerPointer

◆ NNLSOptimizerType

template<class TPixelScalarType >
typedef anima::NNLSOptimizer anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::NNLSOptimizerType

◆ OutputImagePointer

template<class TPixelScalarType >
typedef OutputImageType::Pointer anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::OutputImagePointer

◆ OutputImageRegionType

template<class TPixelScalarType >
typedef Superclass::OutputImageRegionType anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::OutputImageRegionType

◆ OutputImageType

template<class TPixelScalarType >
typedef TOutputImage anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::OutputImageType

◆ OutputVectorType

template<class TPixelScalarType >
typedef VectorOutputImageType::PixelType anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::OutputVectorType

◆ PatchSearcherType

◆ Pointer

template<class TPixelScalarType >
typedef itk::SmartPointer<Self> anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::Pointer

◆ Self

template<class TPixelScalarType >
typedef MultiT2RelaxometryEstimationImageFilter anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::Self

Standard class typedefs.

Definition at line 28 of file animaMultiT2RelaxometryEstimationImageFilter.h.

◆ Superclass

◆ T2VectorType

template<class TPixelScalarType >
typedef NNLSOptimizerType::ParametersType anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::T2VectorType

◆ TInputImage

template<class TPixelScalarType >
typedef itk::Image<TPixelScalarType, 3> anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::TInputImage

◆ TOutputImage

template<class TPixelScalarType >
typedef itk::Image<TPixelScalarType, 3> anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::TOutputImage

◆ VectorOutputImagePointer

template<class TPixelScalarType >
typedef VectorOutputImageType::Pointer anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::VectorOutputImagePointer

◆ VectorOutputImageType

template<class TPixelScalarType >
typedef itk::VectorImage<TPixelScalarType, 3> anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::VectorOutputImageType

Constructor & Destructor Documentation

◆ MultiT2RelaxometryEstimationImageFilter()

template<class TPixelScalarType >
anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::MultiT2RelaxometryEstimationImageFilter ( )
inlineprotected

◆ ~MultiT2RelaxometryEstimationImageFilter()

template<class TPixelScalarType >
virtual anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::~MultiT2RelaxometryEstimationImageFilter ( )
inlineprotectedvirtual

Member Function Documentation

◆ BeforeThreadedGenerateData()

template<class TPixelScalarType >
void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::BeforeThreadedGenerateData ( )
protectedvirtual

◆ CheckComputationMask()

template<class TPixelScalarType >
void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::CheckComputationMask ( )
protectedvirtual

◆ ComputeTikhonovPrior()

template<class TPixelScalarType >
void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::ComputeTikhonovPrior ( const IndexType refIndex,
OutputVectorType refDistribution,
PatchSearcherType nlPatchSearcher,
T2VectorType priorDistribution,
std::vector< double > &  workDataWeights,
std::vector< OutputVectorType > &  workDataSamples 
)
protected

◆ ComputeTikhonovRegularizedSolution()

template<class TPixelScalarType >
double anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::ComputeTikhonovRegularizedSolution ( anima::NNLSOptimizer nnlsOpt,
DataMatrixType AMatrix,
T2VectorType signalValues,
double  lambdaSq,
T2VectorType priorDistribution,
T2VectorType t2OptimizedWeights 
)
protected

◆ CreateAnother()

template<class TPixelScalarType >
virtual::itk::LightObject::Pointer anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::CreateAnother ( void  ) const

◆ DynamicThreadedGenerateData()

template<class TPixelScalarType >
void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::DynamicThreadedGenerateData ( const OutputImageRegionType outputRegionForThread)
protected

◆ GetB1OutputImage()

template<class TPixelScalarType >
InputImageType* anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::GetB1OutputImage ( )
inline

◆ GetCostOutputImage()

template<class TPixelScalarType >
InputImageType* anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::GetCostOutputImage ( )
inline

◆ GetM0OutputImage()

template<class TPixelScalarType >
InputImageType* anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::GetM0OutputImage ( )
inline

◆ GetMWFOutputImage()

template<class TPixelScalarType >
InputImageType* anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::GetMWFOutputImage ( )
inline

◆ GetNameOfClass()

template<class TPixelScalarType >
virtual const char* anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods)

Reimplemented from anima::MaskedImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > >.

◆ GetT1Map()

template<class TPixelScalarType >
InputImageType* anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::GetT1Map ( )
inline

◆ GetT2OutputImage()

template<class TPixelScalarType >
VectorOutputImageType* anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::GetT2OutputImage ( )
inline

◆ New()

template<class TPixelScalarType >
static Pointer anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::New ( )
static

Method for creation through the object factory.

◆ PrepareNLPatchSearchers()

template<class TPixelScalarType >
void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::PrepareNLPatchSearchers ( )
protected

◆ SetAverageSignalThreshold()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetAverageSignalThreshold ( double  _arg)
virtual

◆ SetB1MaximumOptimizerIterations()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetB1MaximumOptimizerIterations ( unsigned int  _arg)
virtual

◆ SetB1OptimizerInitialStep()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetB1OptimizerInitialStep ( double  _arg)
virtual

◆ SetB1OptimizerStopCondition()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetB1OptimizerStopCondition ( double  _arg)
virtual

◆ SetB1Tolerance()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetB1Tolerance ( double  _arg)
virtual

◆ SetBetaParameter()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetBetaParameter ( double  _arg)
virtual

◆ SetEchoSpacing()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetEchoSpacing ( double  _arg)
virtual

◆ SetInitialB1Map()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetInitialB1Map ( InputImageType _arg)
virtual

◆ SetInitialM0Map()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetInitialM0Map ( InputImageType _arg)
virtual

◆ SetInitialT2Map()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetInitialT2Map ( VectorOutputImageType _arg)
virtual

◆ SetLowerT2Bound()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetLowerT2Bound ( double  _arg)
virtual

◆ SetMeanMinThreshold()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetMeanMinThreshold ( double  _arg)
virtual

◆ SetMyelinThreshold()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetMyelinThreshold ( double  _arg)
virtual

◆ SetNLEstimation()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetNLEstimation ( bool  _arg)
virtual

◆ SetNumberOfT2Compartments()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetNumberOfT2Compartments ( unsigned int  _arg)
virtual

◆ SetPatchHalfSize()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetPatchHalfSize ( unsigned int  _arg)
virtual

◆ SetRegularizationIntensity()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetRegularizationIntensity ( double  _arg)
virtual

◆ SetSearchNeighborhood()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetSearchNeighborhood ( unsigned int  _arg)
virtual

◆ SetSearchStepSize()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetSearchStepSize ( unsigned int  _arg)
virtual

◆ SetT1Map()

template<class TPixelScalarType >
void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetT1Map ( InputImageType map)
inline

◆ SetT2ExcitationFlipAngle()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetT2ExcitationFlipAngle ( double  _arg)
virtual

◆ SetT2FlipAngles() [1/2]

template<class TPixelScalarType >
void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetT2FlipAngles ( std::vector< double > &  flipAngles)
inline

◆ SetT2FlipAngles() [2/2]

template<class TPixelScalarType >
void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetT2FlipAngles ( double  singleAngle,
unsigned int  numAngles 
)
inline

◆ SetUpperT2Bound()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetUpperT2Bound ( double  _arg)
virtual

◆ SetVarMinThreshold()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetVarMinThreshold ( double  _arg)
virtual

◆ SetWeightThreshold()

template<class TPixelScalarType >
virtual void anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetWeightThreshold ( double  _arg)
virtual

The documentation for this class was generated from the following files: