18#ifndef itkProjectedLandweberDeconvolutionImageFilter_h
19#define itkProjectedLandweberDeconvolutionImageFilter_h
52template <
typename TInputImage,
53 typename TKernelImage = TInputImage,
54 typename TOutputImage = TInputImage,
55 typename TInternalPrecision =
double>
58 LandweberDeconvolutionImageFilter<TInputImage, TKernelImage, TOutputImage, TInternalPrecision>>
87#ifndef ITK_MANUAL_INSTANTIATION
88# include "itkProjectedLandweberDeconvolutionImageFilter.hxx"
Deconvolve an image using the Landweber deconvolution algorithm.
ProjectedIterativeDeconvolutionImageFilter()
ProjectedLandweberDeconvolutionImageFilter()
SmartPointer< Self > Pointer
ProjectedLandweberDeconvolutionImageFilter Self
SmartPointer< const Self > ConstPointer
~ProjectedLandweberDeconvolutionImageFilter() override
TOutputImage OutputImageType
TKernelImage KernelImageType
TInputImage InputImageType
ProjectedIterativeDeconvolutionImageFilter< LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage, TInternalPrecision > > Superclass
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....