![]() |
ITK
5.3.0
Insight Toolkit
|
#include <itkLandweberDeconvolutionImageFilter.h>
Public Member Functions | |
| ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (LandweberMethod) | |
| LandweberMethod ()=default | |
| TOutput | operator() (const TInput1 &estimateFT, const TInput2 &kernelFT, const TInput2 &inputFT) const |
| bool | operator== (const LandweberMethod &) const |
| ~LandweberMethod ()=default | |
Public Attributes | |
| TInput1::value_type | m_Alpha |
Functor class for computing a Landweber iteration.
Definition at line 36 of file itkLandweberDeconvolutionImageFilter.h.
|
default |
|
default |
| itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | LandweberMethod< TInput1, TInput2, TInput3, TOutput > | ) |
|
inline |
Definition at line 52 of file itkLandweberDeconvolutionImageFilter.h.
References itk::NumericTraits< T >::OneValue().
|
inline |
Definition at line 44 of file itkLandweberDeconvolutionImageFilter.h.
| TInput1::value_type itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::m_Alpha |
Definition at line 58 of file itkLandweberDeconvolutionImageFilter.h.
1.8.16