ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkInverseDeconvolutionImageFilter.h>
Public Member Functions | |
InverseDeconvolutionFunctor () | |
bool | operator!= (const InverseDeconvolutionFunctor &) const |
TOutput | operator() (const TInput1 &I, const TInput2 &H) const |
bool | operator== (const InverseDeconvolutionFunctor &other) const |
~InverseDeconvolutionFunctor () | |
void | SetKernelZeroMagnitudeThreshold (double mu) |
double | GetKernelZeroMagnitudeThreshold () const |
Private Attributes | |
double | m_KernelZeroMagnitudeThreshold |
Definition at line 123 of file itkInverseDeconvolutionImageFilter.h.
itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::InverseDeconvolutionFunctor | ( | ) | [inline] |
Definition at line 126 of file itkInverseDeconvolutionImageFilter.h.
References itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_KernelZeroMagnitudeThreshold.
itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::~InverseDeconvolutionFunctor | ( | ) | [inline] |
Definition at line 127 of file itkInverseDeconvolutionImageFilter.h.
double itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::GetKernelZeroMagnitudeThreshold | ( | ) | const [inline] |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 154 of file itkInverseDeconvolutionImageFilter.h.
References itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_KernelZeroMagnitudeThreshold.
bool itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::operator!= | ( | const InverseDeconvolutionFunctor< TInput1, TInput2, TOutput > & | ) | const [inline] |
Definition at line 129 of file itkInverseDeconvolutionImageFilter.h.
TOutput itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::operator() | ( | const TInput1 & | I, |
const TInput2 & | H | ||
) | const [inline] |
Definition at line 137 of file itkInverseDeconvolutionImageFilter.h.
References itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_KernelZeroMagnitudeThreshold.
bool itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::operator== | ( | const InverseDeconvolutionFunctor< TInput1, TInput2, TOutput > & | other | ) | const [inline] |
Definition at line 133 of file itkInverseDeconvolutionImageFilter.h.
void itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::SetKernelZeroMagnitudeThreshold | ( | double | mu | ) | [inline] |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 150 of file itkInverseDeconvolutionImageFilter.h.
References itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_KernelZeroMagnitudeThreshold.
double itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_KernelZeroMagnitudeThreshold [private] |
Definition at line 161 of file itkInverseDeconvolutionImageFilter.h.
Referenced by itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::GetKernelZeroMagnitudeThreshold(), itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::InverseDeconvolutionFunctor(), itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::operator()(), and itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::SetKernelZeroMagnitudeThreshold().