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

#include <itkLandweberDeconvolutionImageFilter.h>

Detailed Description

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

Functor class for computing a Landweber iteration.

Definition at line 36 of file itkLandweberDeconvolutionImageFilter.h.

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (LandweberMethod)
 
TOutput operator() (const TInput1 &estimateFT, const TInput2 &kernelFT, const TInput2 &inputFT) const
 
bool operator== (const LandweberMethod &) const
 

Public Attributes

TInput1::value_type m_Alpha
 

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

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

◆ operator()()

template<typename TInput1 , typename TInput2 , typename TInput3 , typename TOutput >
TOutput itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::operator() ( const TInput1 &  estimateFT,
const TInput2 &  kernelFT,
const TInput2 &  inputFT 
) const
inline

◆ operator==()

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

Definition at line 40 of file itkLandweberDeconvolutionImageFilter.h.

Member Data Documentation

◆ m_Alpha

template<typename TInput1 , typename TInput2 , typename TInput3 , typename TOutput >
TInput1::value_type itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::m_Alpha

Definition at line 54 of file itkLandweberDeconvolutionImageFilter.h.


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