ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput > Class Template Reference

#include <itkTikhonovDeconvolutionImageFilter.h>

Detailed Description

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

Definition at line 125 of file itkTikhonovDeconvolutionImageFilter.h.

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (TikhonovDeconvolutionFunctor)
 
TOutput operator() (const TInput1 &I, const TInput2 &H) const
 
bool operator== (const TikhonovDeconvolutionFunctor &) const
 
 TikhonovDeconvolutionFunctor ()=default
 
 TikhonovDeconvolutionFunctor (const TikhonovDeconvolutionFunctor &f)
 
 ~TikhonovDeconvolutionFunctor ()=default
 
void SetRegularizationConstant (double constant)
 
double GetRegularizationConstant () const
 
void SetKernelZeroMagnitudeThreshold (double mu)
 
double GetKernelZeroMagnitudeThreshold () const
 

Private Attributes

double m_KernelZeroMagnitudeThreshold = 0.0
 
double m_RegularizationConstant = 0.0
 

Constructor & Destructor Documentation

◆ TikhonovDeconvolutionFunctor() [1/2]

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

◆ ~TikhonovDeconvolutionFunctor()

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

◆ TikhonovDeconvolutionFunctor() [2/2]

template<typename TInput1, typename TInput2, typename TOutput>
itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::TikhonovDeconvolutionFunctor ( const TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput > & f)
inline

Member Function Documentation

◆ GetKernelZeroMagnitudeThreshold()

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

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

Definition at line 179 of file itkTikhonovDeconvolutionImageFilter.h.

References m_KernelZeroMagnitudeThreshold.

◆ GetRegularizationConstant()

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

Set/get the regular constant. This needs to be a non-negative real value.

Definition at line 165 of file itkTikhonovDeconvolutionImageFilter.h.

References m_RegularizationConstant.

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

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

◆ operator()()

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

◆ operator==()

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

◆ SetKernelZeroMagnitudeThreshold()

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

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

Definition at line 174 of file itkTikhonovDeconvolutionImageFilter.h.

References m_KernelZeroMagnitudeThreshold.

◆ SetRegularizationConstant()

template<typename TInput1, typename TInput2, typename TOutput>
void itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::SetRegularizationConstant ( double constant)
inline

Set/get the regular constant. This needs to be a non-negative real value.

Definition at line 160 of file itkTikhonovDeconvolutionImageFilter.h.

References m_RegularizationConstant.

Member Data Documentation

◆ m_KernelZeroMagnitudeThreshold

template<typename TInput1, typename TInput2, typename TOutput>
double itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_KernelZeroMagnitudeThreshold = 0.0
private

◆ m_RegularizationConstant

template<typename TInput1, typename TInput2, typename TOutput>
double itk::Functor::TikhonovDeconvolutionFunctor< TInput1, TInput2, TOutput >::m_RegularizationConstant = 0.0
private

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