ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes | List of all members
itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput > Class Template Reference

#include <itkTikhonovDeconvolutionImageFilter.h>

Detailed Description

template<class TInput1, class TInput2, class TOutput>
class itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >

Definition at line 123 of file itkTikhonovDeconvolutionImageFilter.h.

Public Member Functions

bool operator!= (const TikhonovDeconvolutionFunctor &) const
 
TOutput operator() (const TInput1 &I, const TInput2 &H) const
 
bool operator== (const TikhonovDeconvolutionFunctor &other) const
 
 TikhonovDeconvolutionFunctor ()
 
 ~TikhonovDeconvolutionFunctor ()
 
void SetRegularizationConstant (double constant)
 
double GetRegularizationConstant () const
 
void SetKernelZeroMagnitudeThreshold (double mu)
 
double GetKernelZeroMagnitudeThreshold () const
 

Private Attributes

double m_KernelZeroMagnitudeThreshold
 
double m_RegularizationConstant
 

Constructor & Destructor Documentation

template<class TInput1 , class TInput2 , class TOutput >
itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::TikhonovDeconvolutionFunctor ( )
inline
template<class TInput1 , class TInput2 , class TOutput >
itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::~TikhonovDeconvolutionFunctor ( )
inline

Definition at line 127 of file itkTikhonovDeconvolutionImageFilter.h.

Member Function Documentation

template<class TInput1 , class TInput2 , class TOutput >
double itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::GetKernelZeroMagnitudeThreshold ( ) const
inline

Set/get the threshold value below which complex magnitudes are considered to be zero.

Definition at line 168 of file itkTikhonovDeconvolutionImageFilter.h.

References itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_KernelZeroMagnitudeThreshold.

template<class TInput1 , class TInput2 , class TOutput >
double itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::GetRegularizationConstant ( ) const
inline

Set/get the regular constant. This needs to be a non-negative real value.

Definition at line 156 of file itkTikhonovDeconvolutionImageFilter.h.

References itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_RegularizationConstant.

template<class TInput1 , class TInput2 , class TOutput >
bool itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::operator!= ( const TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput > &  ) const
inline

Definition at line 129 of file itkTikhonovDeconvolutionImageFilter.h.

template<class TInput1 , class TInput2 , class TOutput >
TOutput itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::operator() ( const TInput1 &  I,
const TInput2 &  H 
) const
inline
template<class TInput1 , class TInput2 , class TOutput >
bool itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::operator== ( const TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput > &  other) const
inline

Definition at line 133 of file itkTikhonovDeconvolutionImageFilter.h.

template<class TInput1 , class TInput2 , class TOutput >
void itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::SetKernelZeroMagnitudeThreshold ( double  mu)
inline

Set/get the threshold value below which complex magnitudes are considered to be zero.

Definition at line 164 of file itkTikhonovDeconvolutionImageFilter.h.

References itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_KernelZeroMagnitudeThreshold.

template<class TInput1 , class TInput2 , class TOutput >
void itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::SetRegularizationConstant ( double  constant)
inline

Set/get the regular constant. This needs to be a non-negative real value.

Definition at line 152 of file itkTikhonovDeconvolutionImageFilter.h.

References itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_RegularizationConstant.

Member Data Documentation

template<class TInput1 , class TInput2 , class TOutput >
double itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_KernelZeroMagnitudeThreshold
private
template<class TInput1 , class TInput2 , class TOutput >
double itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_RegularizationConstant
private

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