ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkLandweberDeconvolutionImageFilter.h>
Functor class for computing a Landweber iteration.
Definition at line 35 of file itkLandweberDeconvolutionImageFilter.h.
Public Member Functions | |
LandweberMethod () | |
bool | operator!= (const LandweberMethod &) const |
TOutput | operator() (const TInput1 &estimateFT, const TInput2 &kernelFT, const TInput2 &inputFT) const |
bool | operator== (const LandweberMethod &other) const |
~LandweberMethod () | |
Public Attributes | |
TInput1::value_type | m_Alpha |
|
inline |
Definition at line 38 of file itkLandweberDeconvolutionImageFilter.h.
|
inline |
Definition at line 39 of file itkLandweberDeconvolutionImageFilter.h.
|
inline |
Definition at line 41 of file itkLandweberDeconvolutionImageFilter.h.
|
inline |
Definition at line 51 of file itkLandweberDeconvolutionImageFilter.h.
References itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::m_Alpha, and itk::NumericTraits< T >::OneValue().
|
inline |
Definition at line 46 of file itkLandweberDeconvolutionImageFilter.h.
TInput1::value_type itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::m_Alpha |
Definition at line 59 of file itkLandweberDeconvolutionImageFilter.h.
Referenced by itk::Functor::LandweberMethod< TInput1, TInput2, TInput3, TOutput >::operator()().