ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkInverseDeconvolutionImageFilter.h>
Definition at line 124 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 ()=default | |
void | SetKernelZeroMagnitudeThreshold (double mu) |
double | GetKernelZeroMagnitudeThreshold () const |
Private Attributes | |
double | m_KernelZeroMagnitudeThreshold |
|
inline |
Definition at line 127 of file itkInverseDeconvolutionImageFilter.h.
|
default |
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 155 of file itkInverseDeconvolutionImageFilter.h.
|
inline |
Definition at line 130 of file itkInverseDeconvolutionImageFilter.h.
|
inline |
Definition at line 138 of file itkInverseDeconvolutionImageFilter.h.
|
inline |
Definition at line 134 of file itkInverseDeconvolutionImageFilter.h.
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 151 of file itkInverseDeconvolutionImageFilter.h.
|
private |
Definition at line 162 of file itkInverseDeconvolutionImageFilter.h.