ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes | List of all members
itk::Functor::WienerDeconvolutionFunctor< TPixel > Class Template Reference

#include <itkWienerDeconvolutionImageFilter.h>

Detailed Description

template<typename TPixel>
class itk::Functor::WienerDeconvolutionFunctor< TPixel >

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
 

Constructor & Destructor Documentation

template<typename TPixel >
itk::Functor::WienerDeconvolutionFunctor< TPixel >::WienerDeconvolutionFunctor ( )
inline

Definition at line 148 of file itkWienerDeconvolutionImageFilter.h.

template<typename TPixel >
itk::Functor::WienerDeconvolutionFunctor< TPixel >::~WienerDeconvolutionFunctor ( )
inline

Definition at line 149 of file itkWienerDeconvolutionImageFilter.h.

Member Function Documentation

template<typename TPixel >
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 196 of file itkWienerDeconvolutionImageFilter.h.

template<typename TPixel >
double itk::Functor::WienerDeconvolutionFunctor< TPixel >::GetNoisePowerSpectralDensityConstant ( ) const
inline

Set/get the constant defining the noise power spectral density constant.

Definition at line 184 of file itkWienerDeconvolutionImageFilter.h.

template<typename TPixel >
bool itk::Functor::WienerDeconvolutionFunctor< TPixel >::operator!= ( const WienerDeconvolutionFunctor< TPixel > &  ) const
inline

Definition at line 151 of file itkWienerDeconvolutionImageFilter.h.

template<typename TPixel >
TPixel itk::Functor::WienerDeconvolutionFunctor< TPixel >::operator() ( const TPixel &  I,
const TPixel &  H 
) const
inline
template<typename TPixel >
bool itk::Functor::WienerDeconvolutionFunctor< TPixel >::operator== ( const WienerDeconvolutionFunctor< TPixel > &  other) const
inline

Definition at line 155 of file itkWienerDeconvolutionImageFilter.h.

template<typename TPixel >
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 192 of file itkWienerDeconvolutionImageFilter.h.

template<typename TPixel >
void itk::Functor::WienerDeconvolutionFunctor< TPixel >::SetNoisePowerSpectralDensityConstant ( double  constant)
inline

Set/get the constant defining the noise power spectral density constant.

Definition at line 180 of file itkWienerDeconvolutionImageFilter.h.

Member Data Documentation

template<typename TPixel >
double itk::Functor::WienerDeconvolutionFunctor< TPixel >::m_KernelZeroMagnitudeThreshold
private

Definition at line 204 of file itkWienerDeconvolutionImageFilter.h.

template<typename TPixel >
double itk::Functor::WienerDeconvolutionFunctor< TPixel >::m_NoisePowerSpectralDensityConstant
private

Definition at line 203 of file itkWienerDeconvolutionImageFilter.h.


The documentation for this class was generated from the following file: