#include <itkTikhonovDeconvolutionImageFilter.h>
Definition at line 124 of file itkTikhonovDeconvolutionImageFilter.h.
Public Member Functions | |
| ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (TikhonovDeconvolutionFunctor) | |
| TOutput | operator() (const TInput1 &I, const TInput2 &H) const |
| bool | operator== (const TikhonovDeconvolutionFunctor &) const |
| TikhonovDeconvolutionFunctor ()=default | |
| TikhonovDeconvolutionFunctor (const TikhonovDeconvolutionFunctor &f)=default | |
| ~TikhonovDeconvolutionFunctor ()=default | |
| void | SetRegularizationConstant (double constant) |
| double | GetRegularizationConstant () const |
| void | SetKernelZeroMagnitudeThreshold (double mu) |
| double | GetKernelZeroMagnitudeThreshold () const |
Private Attributes | |
| double | m_KernelZeroMagnitudeThreshold = 0.0 |
| double | m_RegularizationConstant = 0.0 |
|
default |
Referenced by ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(), operator==(), and TikhonovDeconvolutionFunctor().
|
default |
|
default |
References TikhonovDeconvolutionFunctor().
|
inlinenodiscard |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 176 of file itkTikhonovDeconvolutionImageFilter.h.
References m_KernelZeroMagnitudeThreshold.
|
inlinenodiscard |
Set/get the regular constant. This needs to be a non-negative real value.
Definition at line 162 of file itkTikhonovDeconvolutionImageFilter.h.
References m_RegularizationConstant.
| itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput > | ) |
References TikhonovDeconvolutionFunctor().
|
inline |
Definition at line 140 of file itkTikhonovDeconvolutionImageFilter.h.
References m_KernelZeroMagnitudeThreshold, and m_RegularizationConstant.
|
inline |
Definition at line 132 of file itkTikhonovDeconvolutionImageFilter.h.
References TikhonovDeconvolutionFunctor().
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 171 of file itkTikhonovDeconvolutionImageFilter.h.
References m_KernelZeroMagnitudeThreshold.
|
inline |
Set/get the regular constant. This needs to be a non-negative real value.
Definition at line 157 of file itkTikhonovDeconvolutionImageFilter.h.
References m_RegularizationConstant.
|
private |
Definition at line 183 of file itkTikhonovDeconvolutionImageFilter.h.
Referenced by GetKernelZeroMagnitudeThreshold(), operator()(), and SetKernelZeroMagnitudeThreshold().
|
private |
Definition at line 182 of file itkTikhonovDeconvolutionImageFilter.h.
Referenced by GetRegularizationConstant(), operator()(), and SetRegularizationConstant().