18 #ifndef itkProjectedIterativeDeconvolutionImageFilter_h
19 #define itkProjectedIterativeDeconvolutionImageFilter_h
44 template<
typename TSuper
class >
81 float iterationProgressWeight)
override;
84 float iterationProgressWeight)
override;
93 #ifndef ITK_MANUAL_INSTANTIATION
94 #include "itkProjectedIterativeDeconvolutionImageFilter.hxx"
typename InternalImageType::Pointer InternalImagePointerType
ProjectionFilterType::Pointer m_ProjectionFilter
Set image values to a user-specified value if they are below, above, or between simple threshold valu...
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.
typename InternalComplexImageType::Pointer InternalComplexImagePointerType
std::complex< TInternalPrecision > InternalComplexType
TOutputImage OutputImageType
Facilitates progress reporting for filters that wrap around multiple other filters.
Abstract base class for filters that implement iterative deconvolution algorithms.
Templated n-dimensional image class.