ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkLandweberDeconvolutionImageFilter.h>
Deconvolve an image using the Landweber deconvolution algorithm.
This filter implements the Landweber deconvolution algorthm as defined in Bertero M and Boccacci P, "Introduction to Inverse Problems in Imaging", 1998. The algorithm assumes that the input image has been formed by a linear shift-invariant system with a known kernel.
The Landweber algorithm converges to a solution that minimizes the sum of squared errors where is the estimate of the unblurred image, is the convolution operator, is the blurring kernel, and is the blurred input image. As such, it is best suited for images that have zero-mean Gaussian white noise.
This is the base implementation of the Landweber algorithm. It may produce results with negative values. For a version of this algorithm that enforces a positivity constraint on each intermediate solution, see ProjectedLandweberDeconvolutionImageFilter.
This code was adapted from the Insight Journal contribution:
"Deconvolution: infrastructure and reference algorithms" by Gaetan Lehmann http://hdl.handle.net/10380/3207
Definition at line 101 of file itkLandweberDeconvolutionImageFilter.h.
typedef SmartPointer< const Self > itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::ConstPointer |
Reimplemented from itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Reimplemented in itk::ProjectedLandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >, and itk::ProjectedIterativeDeconvolutionImageFilter< LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage > >.
Definition at line 111 of file itkLandweberDeconvolutionImageFilter.h.
typedef Superclass::FFTFilterType itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::FFTFilterType [protected] |
Because the inputs are real, we can use the specialized filters for real-to-complex Fourier transforms.
Reimplemented from itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Definition at line 150 of file itkLandweberDeconvolutionImageFilter.h.
typedef Superclass::IFFTFilterType itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::IFFTFilterType [protected] |
Reimplemented from itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Definition at line 151 of file itkLandweberDeconvolutionImageFilter.h.
typedef TInputImage itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::InputImageType |
Other useful typedefs.
Reimplemented from itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Reimplemented in itk::ProjectedLandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >, and itk::ProjectedIterativeDeconvolutionImageFilter< LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage > >.
Definition at line 114 of file itkLandweberDeconvolutionImageFilter.h.
typedef Superclass::InternalComplexImagePointerType itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::InternalComplexImagePointerType |
Reimplemented from itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Reimplemented in itk::ProjectedIterativeDeconvolutionImageFilter< LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage > >.
Definition at line 123 of file itkLandweberDeconvolutionImageFilter.h.
typedef Superclass::InternalComplexImageType itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::InternalComplexImageType |
Reimplemented from itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Reimplemented in itk::ProjectedIterativeDeconvolutionImageFilter< LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage > >.
Definition at line 122 of file itkLandweberDeconvolutionImageFilter.h.
typedef Superclass::InternalComplexType itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::InternalComplexType |
Reimplemented from itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Reimplemented in itk::ProjectedIterativeDeconvolutionImageFilter< LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage > >.
Definition at line 121 of file itkLandweberDeconvolutionImageFilter.h.
typedef Superclass::InternalImagePointerType itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::InternalImagePointerType |
Reimplemented from itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Reimplemented in itk::ProjectedIterativeDeconvolutionImageFilter< LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage > >.
Definition at line 120 of file itkLandweberDeconvolutionImageFilter.h.
typedef Superclass::InternalImageType itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::InternalImageType |
Internal types used by the FFT filters.
Reimplemented from itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Reimplemented in itk::ProjectedIterativeDeconvolutionImageFilter< LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage > >.
Definition at line 119 of file itkLandweberDeconvolutionImageFilter.h.
typedef TKernelImage itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::KernelImageType |
Reimplemented from itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Reimplemented in itk::ProjectedLandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >, and itk::ProjectedIterativeDeconvolutionImageFilter< LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage > >.
Definition at line 115 of file itkLandweberDeconvolutionImageFilter.h.
typedef TernaryFunctorImageFilter< InternalComplexImageType, InternalComplexImageType, InternalComplexImageType, InternalComplexImageType, LandweberFunctor > itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::LandweberFilterType [private] |
Definition at line 171 of file itkLandweberDeconvolutionImageFilter.h.
typedef Functor::LandweberMethod< InternalComplexType, InternalComplexType, InternalComplexType, InternalComplexType > itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::LandweberFunctor [private] |
Definition at line 166 of file itkLandweberDeconvolutionImageFilter.h.
typedef TOutputImage itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Reimplemented in itk::ProjectedLandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >, and itk::ProjectedIterativeDeconvolutionImageFilter< LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage > >.
Definition at line 116 of file itkLandweberDeconvolutionImageFilter.h.
typedef SmartPointer< Self > itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::Pointer |
Reimplemented from itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Reimplemented in itk::ProjectedLandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >, and itk::ProjectedIterativeDeconvolutionImageFilter< LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage > >.
Definition at line 110 of file itkLandweberDeconvolutionImageFilter.h.
typedef LandweberDeconvolutionImageFilter itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::Self |
Standard typedefs.
Reimplemented from itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Reimplemented in itk::ProjectedLandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >, and itk::ProjectedIterativeDeconvolutionImageFilter< LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage > >.
Definition at line 106 of file itkLandweberDeconvolutionImageFilter.h.
typedef IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage > itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::Superclass |
Reimplemented from itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Reimplemented in itk::ProjectedLandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >, and itk::ProjectedIterativeDeconvolutionImageFilter< LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage > >.
Definition at line 109 of file itkLandweberDeconvolutionImageFilter.h.
itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::LandweberDeconvolutionImageFilter | ( | ) | [protected] |
virtual itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::~LandweberDeconvolutionImageFilter | ( | ) | [protected, virtual] |
itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::LandweberDeconvolutionImageFilter | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::FFTConvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Reimplemented in itk::ProjectedLandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >, and itk::ProjectedIterativeDeconvolutionImageFilter< LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage > >.
virtual void itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::Finish | ( | ProgressAccumulator * | progress, |
float | progressWeight | ||
) | [protected, virtual] |
Runs after iterating.
Reimplemented from itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
virtual double itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::GetAlpha | ( | ) | [virtual] |
Set/get relaxation factor.
virtual const char* itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Runtime information support.
Reimplemented from itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Reimplemented in itk::ProjectedLandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >, and itk::ProjectedIterativeDeconvolutionImageFilter< LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage > >.
virtual void itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::Initialize | ( | ProgressAccumulator * | progress, |
float | progressWeight, | ||
float | iterationProgressWeight | ||
) | [protected, virtual] |
Runs before iterating .
Reimplemented from itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Reimplemented in itk::ProjectedIterativeDeconvolutionImageFilter< LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage > >.
virtual void itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::Iteration | ( | ProgressAccumulator * | , |
float | |||
) | [protected, virtual] |
Performs an iteration.
Implements itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Reimplemented in itk::ProjectedIterativeDeconvolutionImageFilter< LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage > >.
static Pointer itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::FFTConvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Reimplemented in itk::ProjectedLandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >, and itk::ProjectedIterativeDeconvolutionImageFilter< LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage > >.
void itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::operator= | ( | const Self & | ) | [private] |
PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.
Reimplemented from itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
Reimplemented in itk::ProjectedIterativeDeconvolutionImageFilter< LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage > >, and itk::ProjectedLandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
virtual void itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::IterativeDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >.
virtual void itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::SetAlpha | ( | double | _arg | ) | [virtual] |
Set/get relaxation factor.
double itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::m_Alpha [private] |
Definition at line 159 of file itkLandweberDeconvolutionImageFilter.h.
IFFTFilterType::Pointer itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::m_IFFTFilter [private] |
Definition at line 174 of file itkLandweberDeconvolutionImageFilter.h.
LandweberFilterType::Pointer itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::m_LandweberFilter [private] |
Definition at line 173 of file itkLandweberDeconvolutionImageFilter.h.
InternalComplexImagePointerType itk::LandweberDeconvolutionImageFilter< TInputImage, TKernelImage, TOutputImage >::m_TransformedInput [private] |
Definition at line 161 of file itkLandweberDeconvolutionImageFilter.h.