ITK
6.0.0
Insight Toolkit
|
#include <itkWienerDeconvolutionImageFilter.h>
Definition at line 149 of file itkWienerDeconvolutionImageFilter.h.
Public Member Functions | |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (WienerDeconvolutionFunctor) | |
TPixel | operator() (const TPixel &I, const TPixel &H) const |
bool | operator== (const WienerDeconvolutionFunctor &) const |
WienerDeconvolutionFunctor ()=default | |
WienerDeconvolutionFunctor (const WienerDeconvolutionFunctor &f) | |
~WienerDeconvolutionFunctor ()=default | |
void | SetNoisePowerSpectralDensityConstant (double constant) |
double | GetNoisePowerSpectralDensityConstant () const |
void | SetKernelZeroMagnitudeThreshold (double mu) |
double | GetKernelZeroMagnitudeThreshold () const |
Private Attributes | |
double | m_KernelZeroMagnitudeThreshold = 0.0 |
double | m_NoisePowerSpectralDensityConstant = 0.0 |
|
default |
|
default |
|
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 209 of file itkWienerDeconvolutionImageFilter.h.
|
inline |
Set/get the constant defining the noise power spectral density constant.
Definition at line 195 of file itkWienerDeconvolutionImageFilter.h.
itk::Functor::WienerDeconvolutionFunctor< TPixel >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | WienerDeconvolutionFunctor< TPixel > | ) |
|
inline |
Definition at line 168 of file itkWienerDeconvolutionImageFilter.h.
References itk::Math::abs().
|
inline |
Definition at line 160 of file itkWienerDeconvolutionImageFilter.h.
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 204 of file itkWienerDeconvolutionImageFilter.h.
|
inline |
Set/get the constant defining the noise power spectral density constant.
Definition at line 190 of file itkWienerDeconvolutionImageFilter.h.
|
private |
Definition at line 217 of file itkWienerDeconvolutionImageFilter.h.
|
private |
Definition at line 216 of file itkWienerDeconvolutionImageFilter.h.