18 #ifndef itkProjectedIterativeDeconvolutionImageFilter_h
19 #define itkProjectedIterativeDeconvolutionImageFilter_h
44 template<
typename TSuper
class >
79 float iterationProgressWeight) ITK_OVERRIDE;
82 float iterationProgressWeight) ITK_OVERRIDE;
89 typename ProjectionFilterType::
Pointer m_ProjectionFilter;
93 #ifndef ITK_MANUAL_INSTANTIATION
94 #include "itkProjectedIterativeDeconvolutionImageFilter.hxx"
Superclass::InternalComplexImagePointerType InternalComplexImagePointerType
Superclass::InputImageType InputImageType
Set image values to a user-specified value if they are below, above, or between simple threshold valu...
Superclass::InternalComplexType InternalComplexType
Superclass::InternalComplexImageType InternalComplexImageType
Base class for all process objects that output image data.
Superclass::InternalImageType InternalImageType
Superclass::OutputImageType OutputImageType
Mix-in class that adds a projection step after each iteration.
Superclass::InternalImagePointerType InternalImagePointerType
ProjectedIterativeDeconvolutionImageFilter Self
SmartPointer< const Self > ConstPointer
Facilitates progress reporting for filters that wrap around multiple other filters.
Abstract base class for filters that implement iterative deconvolution algorithms.
Superclass::KernelImageType KernelImageType
SmartPointer< Self > Pointer
Templated n-dimensional image class.