ITK
6.0.0
Insight Toolkit
|
#include <itkInverseDeconvolutionImageFilter.h>
Definition at line 129 of file itkInverseDeconvolutionImageFilter.h.
Public Member Functions | |
InverseDeconvolutionFunctor () | |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (InverseDeconvolutionFunctor) | |
TOutput | operator() (const TInput1 &I, const TInput2 &H) const |
bool | operator== (const InverseDeconvolutionFunctor &) const |
~InverseDeconvolutionFunctor ()=default | |
void | SetKernelZeroMagnitudeThreshold (double mu) |
double | GetKernelZeroMagnitudeThreshold () const |
Private Attributes | |
double | m_KernelZeroMagnitudeThreshold |
|
inline |
Definition at line 132 of file itkInverseDeconvolutionImageFilter.h.
|
default |
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 163 of file itkInverseDeconvolutionImageFilter.h.
itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | InverseDeconvolutionFunctor< TInput1, TInput2, TOutput > | ) |
|
inline |
Definition at line 144 of file itkInverseDeconvolutionImageFilter.h.
References itk::Math::abs().
|
inline |
Definition at line 136 of file itkInverseDeconvolutionImageFilter.h.
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 158 of file itkInverseDeconvolutionImageFilter.h.
|
private |
Definition at line 170 of file itkInverseDeconvolutionImageFilter.h.