ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkWienerDeconvolutionImageFilter.h>
Definition at line 146 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 149 of file itkWienerDeconvolutionImageFilter.h.
References itk::Functor::WienerDeconvolutionFunctor< TPixel >::m_KernelZeroMagnitudeThreshold.
|
inline |
Definition at line 150 of file itkWienerDeconvolutionImageFilter.h.
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 197 of file itkWienerDeconvolutionImageFilter.h.
References itk::Functor::WienerDeconvolutionFunctor< TPixel >::m_KernelZeroMagnitudeThreshold.
|
inline |
Set/get the constant defining the noise power spectral density constant.
Definition at line 185 of file itkWienerDeconvolutionImageFilter.h.
References itk::Functor::WienerDeconvolutionFunctor< TPixel >::m_NoisePowerSpectralDensityConstant.
|
inline |
Definition at line 152 of file itkWienerDeconvolutionImageFilter.h.
|
inline |
|
inline |
Definition at line 156 of file itkWienerDeconvolutionImageFilter.h.
|
inline |
Set/get the threshold value below which complex magnitudes are considered to be zero.
Definition at line 193 of file itkWienerDeconvolutionImageFilter.h.
References itk::Functor::WienerDeconvolutionFunctor< TPixel >::m_KernelZeroMagnitudeThreshold.
|
inline |
Set/get the constant defining the noise power spectral density constant.
Definition at line 181 of file itkWienerDeconvolutionImageFilter.h.
References itk::Functor::WienerDeconvolutionFunctor< TPixel >::m_NoisePowerSpectralDensityConstant.
|
private |
Definition at line 205 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().
|
private |
Definition at line 204 of file itkWienerDeconvolutionImageFilter.h.
Referenced by itk::Functor::WienerDeconvolutionFunctor< TPixel >::GetNoisePowerSpectralDensityConstant(), itk::Functor::WienerDeconvolutionFunctor< TPixel >::operator()(), and itk::Functor::WienerDeconvolutionFunctor< TPixel >::SetNoisePowerSpectralDensityConstant().