ITK
5.2.0
Insight Toolkit
|
#include <itkLandweberDeconvolutionImageFilter.h>
Public Member Functions | |
LandweberMethod ()=default | |
bool | operator!= (const LandweberMethod &) const |
TOutput | operator() (const TInput1 &estimateFT, const TInput2 &kernelFT, const TInput2 &inputFT) const |
bool | operator== (const LandweberMethod &other) 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 |
|
inline |
Definition at line 44 of file itkLandweberDeconvolutionImageFilter.h.
|
inline |
Definition at line 56 of file itkLandweberDeconvolutionImageFilter.h.
References itk::NumericTraits< T >::OneValue().
|
inline |
Definition at line 50 of file itkLandweberDeconvolutionImageFilter.h.
TInput1::value_type itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::m_Alpha |
Definition at line 62 of file itkLandweberDeconvolutionImageFilter.h.