18 #ifndef itkProjectedLandweberDeconvolutionImageFilter_h
19 #define itkProjectedLandweberDeconvolutionImageFilter_h
51 template<
typename TInputImage,
typename TKernelImage=TInputImage,
typename TOutputImage=TInputImage,
typename TInternalPrecision=
double >
64 TInternalPrecision > >;
86 #ifndef ITK_MANUAL_INSTANTIATION
87 #include "itkProjectedLandweberDeconvolutionImageFilter.hxx"
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
TInputImage InputImageType
TKernelImage KernelImageType
Mix-in class that adds a projection step after each iteration.
TOutputImage OutputImageType
Deconvolve an image using the projected Landweber deconvolution algorithm.
Deconvolve an image using the Landweber deconvolution algorithm.