ITK  5.4.0
Insight Toolkit
Public Member Functions | Private Attributes | List of all members
itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput > Class Template Reference

#include <itkInverseDeconvolutionImageFilter.h>

Detailed Description

template<typename TInput1, typename TInput2, typename TOutput>
class itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >

Definition at line 129 of file itkInverseDeconvolutionImageFilter.h.

Public Member Functions

 InverseDeconvolutionFunctor ()
 
 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (InverseDeconvolutionFunctor)
 
TOutput operator() (const TInput1 &I, const TInput2 &H) const
 
bool operator== (const InverseDeconvolutionFunctor &) const
 
 ~InverseDeconvolutionFunctor ()=default
 
void SetKernelZeroMagnitudeThreshold (double mu)
 
double GetKernelZeroMagnitudeThreshold () const
 

Private Attributes

double m_KernelZeroMagnitudeThreshold
 

Constructor & Destructor Documentation

◆ InverseDeconvolutionFunctor()

template<typename TInput1 , typename TInput2 , typename TOutput >
itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::InverseDeconvolutionFunctor ( )
inline

Definition at line 132 of file itkInverseDeconvolutionImageFilter.h.

◆ ~InverseDeconvolutionFunctor()

template<typename TInput1 , typename TInput2 , typename TOutput >
itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::~InverseDeconvolutionFunctor ( )
default

Member Function Documentation

◆ GetKernelZeroMagnitudeThreshold()

template<typename TInput1 , typename TInput2 , typename TOutput >
double itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::GetKernelZeroMagnitudeThreshold ( ) const
inline

Set/get the threshold value below which complex magnitudes are considered to be zero.

Definition at line 163 of file itkInverseDeconvolutionImageFilter.h.

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<typename TInput1 , typename TInput2 , typename TOutput >
itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >  )

◆ operator()()

template<typename TInput1 , typename TInput2 , typename TOutput >
TOutput itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::operator() ( const TInput1 &  I,
const TInput2 &  H 
) const
inline

Definition at line 144 of file itkInverseDeconvolutionImageFilter.h.

References itk::Math::abs().

◆ operator==()

template<typename TInput1 , typename TInput2 , typename TOutput >
bool itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::operator== ( const InverseDeconvolutionFunctor< TInput1, TInput2, TOutput > &  ) const
inline

Definition at line 136 of file itkInverseDeconvolutionImageFilter.h.

◆ SetKernelZeroMagnitudeThreshold()

template<typename TInput1 , typename TInput2 , typename TOutput >
void itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::SetKernelZeroMagnitudeThreshold ( double  mu)
inline

Set/get the threshold value below which complex magnitudes are considered to be zero.

Definition at line 158 of file itkInverseDeconvolutionImageFilter.h.

Member Data Documentation

◆ m_KernelZeroMagnitudeThreshold

template<typename TInput1 , typename TInput2 , typename TOutput >
double itk::Functor::InverseDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_KernelZeroMagnitudeThreshold
private

Definition at line 170 of file itkInverseDeconvolutionImageFilter.h.


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