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

#include <itkInverseDeconvolutionImageFilter.h>

Public Member Functions

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

Detailed Description

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

Definition at line 128 of file itkInverseDeconvolutionImageFilter.h.

Constructor & Destructor Documentation

◆ InverseDeconvolutionFunctor()

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

Definition at line 131 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 164 of file itkInverseDeconvolutionImageFilter.h.

◆ 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 135 of file itkInverseDeconvolutionImageFilter.h.

◆ operator()()

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

◆ operator==()

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

Definition at line 140 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 159 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

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

Definition at line 171 of file itkInverseDeconvolutionImageFilter.h.


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