ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
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

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.

References m_KernelZeroMagnitudeThreshold.

◆ 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.

References m_NoisePowerSpectralDensityConstant.

◆ 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

◆ operator==()

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

Definition at line 160 of file itkWienerDeconvolutionImageFilter.h.

References WienerDeconvolutionFunctor().

◆ 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.

References m_KernelZeroMagnitudeThreshold.

◆ 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.

References m_NoisePowerSpectralDensityConstant.

Member Data Documentation

◆ m_KernelZeroMagnitudeThreshold

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

◆ m_NoisePowerSpectralDensityConstant

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

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