![]() |
ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkWienerDeconvolutionImageFilter.h>
Definition at line 144 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 ()=default | |
| 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 147 of file itkWienerDeconvolutionImageFilter.h.
|
default |
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 195 of file itkWienerDeconvolutionImageFilter.h.
|
inline |
Set/get the constant defining the noise power spectral density constant.
Definition at line 183 of file itkWienerDeconvolutionImageFilter.h.
|
inline |
Definition at line 150 of file itkWienerDeconvolutionImageFilter.h.
|
inline |
Definition at line 158 of file itkWienerDeconvolutionImageFilter.h.
|
inline |
Definition at line 154 of file itkWienerDeconvolutionImageFilter.h.
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 191 of file itkWienerDeconvolutionImageFilter.h.
|
inline |
Set/get the constant defining the noise power spectral density constant.
Definition at line 179 of file itkWienerDeconvolutionImageFilter.h.
|
private |
Definition at line 203 of file itkWienerDeconvolutionImageFilter.h.
|
private |
Definition at line 202 of file itkWienerDeconvolutionImageFilter.h.
1.8.5