ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <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 |
Definition at line 143 of file itkWienerDeconvolutionImageFilter.h.
itk::Functor::WienerDeconvolutionFunctor< TPixel >::WienerDeconvolutionFunctor | ( | ) | [inline] |
Definition at line 146 of file itkWienerDeconvolutionImageFilter.h.
References itk::Functor::WienerDeconvolutionFunctor< TPixel >::m_KernelZeroMagnitudeThreshold.
itk::Functor::WienerDeconvolutionFunctor< TPixel >::~WienerDeconvolutionFunctor | ( | ) | [inline] |
Definition at line 147 of file itkWienerDeconvolutionImageFilter.h.
double itk::Functor::WienerDeconvolutionFunctor< TPixel >::GetKernelZeroMagnitudeThreshold | ( | ) | const [inline] |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 194 of file itkWienerDeconvolutionImageFilter.h.
References itk::Functor::WienerDeconvolutionFunctor< TPixel >::m_KernelZeroMagnitudeThreshold.
double itk::Functor::WienerDeconvolutionFunctor< TPixel >::GetNoisePowerSpectralDensityConstant | ( | ) | const [inline] |
Set/get the constant defining the noise power spectral density constant.
Definition at line 182 of file itkWienerDeconvolutionImageFilter.h.
References itk::Functor::WienerDeconvolutionFunctor< TPixel >::m_NoisePowerSpectralDensityConstant.
bool itk::Functor::WienerDeconvolutionFunctor< TPixel >::operator!= | ( | const WienerDeconvolutionFunctor< TPixel > & | ) | const [inline] |
Definition at line 149 of file itkWienerDeconvolutionImageFilter.h.
TPixel itk::Functor::WienerDeconvolutionFunctor< TPixel >::operator() | ( | const TPixel & | I, |
const TPixel & | H | ||
) | const [inline] |
bool itk::Functor::WienerDeconvolutionFunctor< TPixel >::operator== | ( | const WienerDeconvolutionFunctor< TPixel > & | other | ) | const [inline] |
Definition at line 153 of file itkWienerDeconvolutionImageFilter.h.
void itk::Functor::WienerDeconvolutionFunctor< TPixel >::SetKernelZeroMagnitudeThreshold | ( | double | mu | ) | [inline] |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 190 of file itkWienerDeconvolutionImageFilter.h.
References itk::Functor::WienerDeconvolutionFunctor< TPixel >::m_KernelZeroMagnitudeThreshold.
void itk::Functor::WienerDeconvolutionFunctor< TPixel >::SetNoisePowerSpectralDensityConstant | ( | double | constant | ) | [inline] |
Set/get the constant defining the noise power spectral density constant.
Definition at line 178 of file itkWienerDeconvolutionImageFilter.h.
References itk::Functor::WienerDeconvolutionFunctor< TPixel >::m_NoisePowerSpectralDensityConstant.
double itk::Functor::WienerDeconvolutionFunctor< TPixel >::m_KernelZeroMagnitudeThreshold [private] |
Definition at line 202 of file itkWienerDeconvolutionImageFilter.h.
Referenced by itk::Functor::WienerDeconvolutionFunctor< TPixel >::GetKernelZeroMagnitudeThreshold(), itk::Functor::WienerDeconvolutionFunctor< TPixel >::operator()(), itk::Functor::WienerDeconvolutionFunctor< TPixel >::SetKernelZeroMagnitudeThreshold(), and itk::Functor::WienerDeconvolutionFunctor< TPixel >::WienerDeconvolutionFunctor().
double itk::Functor::WienerDeconvolutionFunctor< TPixel >::m_NoisePowerSpectralDensityConstant [private] |
Definition at line 201 of file itkWienerDeconvolutionImageFilter.h.
Referenced by itk::Functor::WienerDeconvolutionFunctor< TPixel >::GetNoisePowerSpectralDensityConstant(), itk::Functor::WienerDeconvolutionFunctor< TPixel >::operator()(), and itk::Functor::WienerDeconvolutionFunctor< TPixel >::SetNoisePowerSpectralDensityConstant().