ITK
6.0.0
Insight Toolkit
|
#include <itkLandweberDeconvolutionImageFilter.h>
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 |
itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | LandweberMethod< TInput1, TInput2, TInput3, TOutput > | ) |
|
inline |
Definition at line 48 of file itkLandweberDeconvolutionImageFilter.h.
References itk::NumericTraits< T >::OneValue().
|
inline |
Definition at line 40 of file itkLandweberDeconvolutionImageFilter.h.
TInput1::value_type itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::m_Alpha |
Definition at line 54 of file itkLandweberDeconvolutionImageFilter.h.