ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkWienerDeconvolutionImageFilter.h>
Definition at line 145 of file itkWienerDeconvolutionImageFilter.h.
Public Member Functions | |
bool | operator!= (const WienerDeconvolutionFunctor &) const |
TPixel | operator() (const TPixel &I, const TPixel &H) const |
bool | operator== (const WienerDeconvolutionFunctor &other) const |
WienerDeconvolutionFunctor () | |
~WienerDeconvolutionFunctor () | |
void | SetNoisePowerSpectralDensityConstant (double constant) |
double | GetNoisePowerSpectralDensityConstant () const |
void | SetKernelZeroMagnitudeThreshold (double mu) |
double | GetKernelZeroMagnitudeThreshold () const |
Private Attributes | |
double | m_KernelZeroMagnitudeThreshold |
double | m_NoisePowerSpectralDensityConstant |
|
inline |
Definition at line 148 of file itkWienerDeconvolutionImageFilter.h.
|
inline |
Definition at line 149 of file itkWienerDeconvolutionImageFilter.h.
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 196 of file itkWienerDeconvolutionImageFilter.h.
|
inline |
Set/get the constant defining the noise power spectral density constant.
Definition at line 184 of file itkWienerDeconvolutionImageFilter.h.
|
inline |
Definition at line 151 of file itkWienerDeconvolutionImageFilter.h.
|
inline |
Definition at line 159 of file itkWienerDeconvolutionImageFilter.h.
References itk::Math::abs(), and itk::NumericTraits< T >::ZeroValue().
|
inline |
Definition at line 155 of file itkWienerDeconvolutionImageFilter.h.
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 192 of file itkWienerDeconvolutionImageFilter.h.
|
inline |
Set/get the constant defining the noise power spectral density constant.
Definition at line 180 of file itkWienerDeconvolutionImageFilter.h.
|
private |
Definition at line 204 of file itkWienerDeconvolutionImageFilter.h.
|
private |
Definition at line 203 of file itkWienerDeconvolutionImageFilter.h.