|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkRichardsonLucyDeconvolutionImageFilter_h
19 #define itkRichardsonLucyDeconvolutionImageFilter_h
59 template <
typename TInputImage,
60 typename TKernelImage = TInputImage,
61 typename TOutputImage = TInputImage,
62 typename TInternalPrecision =
double>
98 Initialize(
ProgressAccumulator * progress,
float progressWeight,
float iterationProgressWeight)
override;
110 PrintSelf(std::ostream & os,
Indent indent)
const override;
134 #ifndef ITK_MANUAL_INSTANTIATION
135 # include "itkRichardsonLucyDeconvolutionImageFilter.hxx"
ConjugateAdaptorType::Pointer m_ConjugateAdaptor
TKernelImage KernelImageType
IFFTFilterType::Pointer m_IFFTFilter2
MultiplyFilterType::Pointer m_MultiplyFilter
Base class for specialized real-to-complex forward Fast Fourier Transform.
ComplexConjugateMultiplyType::Pointer m_ComplexMultiplyFilter2
Control indentation during Print() invocation.
typename InternalComplexImageType::Pointer InternalComplexImagePointerType
InternalImagePointerType m_PaddedInput
Base class for all process objects that output image data.
std::complex< TInternalPrecision > InternalComplexType
typename Superclass::InternalImagePointerType InternalImagePointerType
ComplexMultiplyType::Pointer m_ComplexMultiplyFilter1
TInputImage InputImageType
FFTFilterType::Pointer m_FFTFilter
Facilitates progress reporting for filters that wrap around multiple other filters.
DivideFilterType::Pointer m_DivideFilter
Presents each pixel of a complex image as its complex conjugate.
Abstract base class for filters that implement iterative deconvolution algorithms.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Deconvolve an image using the Richardson-Lucy deconvolution algorithm.
Templated n-dimensional image class.
Base class for specialized complex-to-real inverse Fast Fourier Transform.
Pixel-wise multiplication of two images.
IFFTFilterType::Pointer m_IFFTFilter1
typename InternalImageType::Pointer InternalImagePointerType
TOutputImage OutputImageType