ITK
4.2.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 123 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
Definition at line 126 of file itkTikhonovDeconvolutionImageFilter.h.
References itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_RegularizationConstant.
|
inline |
Definition at line 127 of file itkTikhonovDeconvolutionImageFilter.h.
|
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.
|
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.
|
inline |
Definition at line 129 of file itkTikhonovDeconvolutionImageFilter.h.
|
inline |
|
inline |
Definition at line 133 of file itkTikhonovDeconvolutionImageFilter.h.
|
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.
|
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.
|
private |
Definition at line 176 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().
|
private |
Definition at line 175 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().