ITK  5.2.0
Insight Toolkit
Public Member Functions | Private Attributes | List of all members
itk::ParametricBlindLeastSquaresDeconvolutionImageFilter< TInputImage, TKernelSource, TOutputImage >::ParametricBlindLeastSquaresDeconvolutionImageUpdate< TPixel > Class Template Reference

Public Member Functions

double GetAlpha () const
 
bool operator!= (const ParametricBlindLeastSquaresDeconvolutionImageUpdate &) const
 
TPixel operator() (const TPixel &estimateFT, const TPixel &differenceFT, const TPixel &kernelFT)
 
bool operator== (const ParametricBlindLeastSquaresDeconvolutionImageUpdate &other) const
 
 ParametricBlindLeastSquaresDeconvolutionImageUpdate ()=default
 
void SetAlpha (double alpha)
 
 ~ParametricBlindLeastSquaresDeconvolutionImageUpdate ()=default
 

Private Attributes

double m_Alpha { 0.01 }
 

Detailed Description

template<typename TInputImage, typename TKernelSource, typename TOutputImage = TInputImage>
template<typename TPixel>
class itk::ParametricBlindLeastSquaresDeconvolutionImageFilter< TInputImage, TKernelSource, TOutputImage >::ParametricBlindLeastSquaresDeconvolutionImageUpdate< TPixel >

Definition at line 155 of file itkParametricBlindLeastSquaresDeconvolutionImageFilter.h.

Constructor & Destructor Documentation

◆ ParametricBlindLeastSquaresDeconvolutionImageUpdate()

template<typename TInputImage , typename TKernelSource , typename TOutputImage = TInputImage>
template<typename TPixel >
itk::ParametricBlindLeastSquaresDeconvolutionImageFilter< TInputImage, TKernelSource, TOutputImage >::ParametricBlindLeastSquaresDeconvolutionImageUpdate< TPixel >::ParametricBlindLeastSquaresDeconvolutionImageUpdate ( )
default

◆ ~ParametricBlindLeastSquaresDeconvolutionImageUpdate()

template<typename TInputImage , typename TKernelSource , typename TOutputImage = TInputImage>
template<typename TPixel >
itk::ParametricBlindLeastSquaresDeconvolutionImageFilter< TInputImage, TKernelSource, TOutputImage >::ParametricBlindLeastSquaresDeconvolutionImageUpdate< TPixel >::~ParametricBlindLeastSquaresDeconvolutionImageUpdate ( )
default

Member Function Documentation

◆ GetAlpha()

template<typename TInputImage , typename TKernelSource , typename TOutputImage = TInputImage>
template<typename TPixel >
double itk::ParametricBlindLeastSquaresDeconvolutionImageFilter< TInputImage, TKernelSource, TOutputImage >::ParametricBlindLeastSquaresDeconvolutionImageUpdate< TPixel >::GetAlpha ( ) const
inline

◆ operator!=()

template<typename TInputImage , typename TKernelSource , typename TOutputImage = TInputImage>
template<typename TPixel >
bool itk::ParametricBlindLeastSquaresDeconvolutionImageFilter< TInputImage, TKernelSource, TOutputImage >::ParametricBlindLeastSquaresDeconvolutionImageUpdate< TPixel >::operator!= ( const ParametricBlindLeastSquaresDeconvolutionImageUpdate< TPixel > &  ) const
inline

◆ operator()()

template<typename TInputImage , typename TKernelSource , typename TOutputImage = TInputImage>
template<typename TPixel >
TPixel itk::ParametricBlindLeastSquaresDeconvolutionImageFilter< TInputImage, TKernelSource, TOutputImage >::ParametricBlindLeastSquaresDeconvolutionImageUpdate< TPixel >::operator() ( const TPixel &  estimateFT,
const TPixel &  differenceFT,
const TPixel &  kernelFT 
)
inline

◆ operator==()

template<typename TInputImage , typename TKernelSource , typename TOutputImage = TInputImage>
template<typename TPixel >
bool itk::ParametricBlindLeastSquaresDeconvolutionImageFilter< TInputImage, TKernelSource, TOutputImage >::ParametricBlindLeastSquaresDeconvolutionImageUpdate< TPixel >::operator== ( const ParametricBlindLeastSquaresDeconvolutionImageUpdate< TPixel > &  other) const
inline

◆ SetAlpha()

template<typename TInputImage , typename TKernelSource , typename TOutputImage = TInputImage>
template<typename TPixel >
void itk::ParametricBlindLeastSquaresDeconvolutionImageFilter< TInputImage, TKernelSource, TOutputImage >::ParametricBlindLeastSquaresDeconvolutionImageUpdate< TPixel >::SetAlpha ( double  alpha)
inline

Member Data Documentation

◆ m_Alpha

template<typename TInputImage , typename TKernelSource , typename TOutputImage = TInputImage>
template<typename TPixel >
double itk::ParametricBlindLeastSquaresDeconvolutionImageFilter< TInputImage, TKernelSource, TOutputImage >::ParametricBlindLeastSquaresDeconvolutionImageUpdate< TPixel >::m_Alpha { 0.01 }
private

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