ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkInverseDeconvolutionImageFilter.h>
Definition at line 126 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 129 of file itkInverseDeconvolutionImageFilter.h.
|
inline |
Definition at line 130 of file itkInverseDeconvolutionImageFilter.h.
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 157 of file itkInverseDeconvolutionImageFilter.h.
|
inline |
Definition at line 132 of file itkInverseDeconvolutionImageFilter.h.
|
inline |
Definition at line 140 of file itkInverseDeconvolutionImageFilter.h.
References itk::NumericTraits< T >::ZeroValue().
|
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 153 of file itkInverseDeconvolutionImageFilter.h.
|
private |
Definition at line 164 of file itkInverseDeconvolutionImageFilter.h.