ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <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 |
Definition at line 120 of file itkTikhonovDeconvolutionImageFilter.h.
itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::TikhonovDeconvolutionFunctor | ( | ) | [inline] |
Definition at line 123 of file itkTikhonovDeconvolutionImageFilter.h.
References itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_RegularizationConstant.
itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::~TikhonovDeconvolutionFunctor | ( | ) | [inline] |
Definition at line 124 of file itkTikhonovDeconvolutionImageFilter.h.
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 165 of file itkTikhonovDeconvolutionImageFilter.h.
References itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_KernelZeroMagnitudeThreshold.
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 153 of file itkTikhonovDeconvolutionImageFilter.h.
References itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_RegularizationConstant.
bool itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::operator!= | ( | const TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput > & | ) | const [inline] |
Definition at line 126 of file itkTikhonovDeconvolutionImageFilter.h.
TOutput itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::operator() | ( | const TInput1 & | I, |
const TInput2 & | H | ||
) | const [inline] |
bool itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::operator== | ( | const TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput > & | other | ) | const [inline] |
Definition at line 130 of file itkTikhonovDeconvolutionImageFilter.h.
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 161 of file itkTikhonovDeconvolutionImageFilter.h.
References itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_KernelZeroMagnitudeThreshold.
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 149 of file itkTikhonovDeconvolutionImageFilter.h.
References itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_RegularizationConstant.
double itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_KernelZeroMagnitudeThreshold [private] |
Definition at line 173 of file itkTikhonovDeconvolutionImageFilter.h.
Referenced by itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::GetKernelZeroMagnitudeThreshold(), itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::operator()(), and itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::SetKernelZeroMagnitudeThreshold().
double itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_RegularizationConstant [private] |
Definition at line 172 of file itkTikhonovDeconvolutionImageFilter.h.
Referenced by itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::GetRegularizationConstant(), itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::operator()(), itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::SetRegularizationConstant(), and itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::TikhonovDeconvolutionFunctor().