ITK  5.4.0
Insight 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 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
 

Constructor & Destructor Documentation

◆ WienerDeconvolutionFunctor() [1/2]

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

◆ ~WienerDeconvolutionFunctor()

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

◆ WienerDeconvolutionFunctor() [2/2]

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

Definition at line 154 of file itkWienerDeconvolutionImageFilter.h.

Member Function Documentation

◆ GetKernelZeroMagnitudeThreshold()

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 209 of file itkWienerDeconvolutionImageFilter.h.

◆ GetNoisePowerSpectralDensityConstant()

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 195 of file itkWienerDeconvolutionImageFilter.h.

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

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

◆ operator()()

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

Definition at line 168 of file itkWienerDeconvolutionImageFilter.h.

References itk::Math::abs().

◆ operator==()

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

Definition at line 160 of file itkWienerDeconvolutionImageFilter.h.

◆ SetKernelZeroMagnitudeThreshold()

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 204 of file itkWienerDeconvolutionImageFilter.h.

◆ SetNoisePowerSpectralDensityConstant()

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 190 of file itkWienerDeconvolutionImageFilter.h.

Member Data Documentation

◆ m_KernelZeroMagnitudeThreshold

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

Definition at line 217 of file itkWienerDeconvolutionImageFilter.h.

◆ m_NoisePowerSpectralDensityConstant

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

Definition at line 216 of file itkWienerDeconvolutionImageFilter.h.


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