ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkInverseDeconvolutionImageFilter.h>
Definition at line 125 of file 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 |
|
inline |
Definition at line 128 of file itkInverseDeconvolutionImageFilter.h.
|
inline |
Definition at line 129 of file itkInverseDeconvolutionImageFilter.h.
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 156 of file itkInverseDeconvolutionImageFilter.h.
|
inline |
Definition at line 131 of file itkInverseDeconvolutionImageFilter.h.
|
inline |
Definition at line 139 of file itkInverseDeconvolutionImageFilter.h.
References itk::Math::abs(), and itk::NumericTraits< T >::ZeroValue().
|
inline |
Definition at line 135 of file itkInverseDeconvolutionImageFilter.h.
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 152 of file itkInverseDeconvolutionImageFilter.h.
|
private |
Definition at line 163 of file itkInverseDeconvolutionImageFilter.h.