SimpleITK
1.2.4
|
Go to the source code of this file.
Classes | |
class | itk::simple::ProjectedLandweberDeconvolutionImageFilter |
Deconvolve an image using the projected Landweber deconvolution algorithm. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::ProjectedLandweberDeconvolution (const Image &image1, const Image &image2, double alpha=0.1, int numberOfIterations=1, bool normalize=false, ProjectedLandweberDeconvolutionImageFilter::BoundaryConditionType boundaryCondition=itk::simple::ProjectedLandweberDeconvolutionImageFilter::ZERO_FLUX_NEUMANN_PAD, ProjectedLandweberDeconvolutionImageFilter::OutputRegionModeType outputRegionMode=itk::simple::ProjectedLandweberDeconvolutionImageFilter::SAME) |
Deconvolve an image using the projected Landweber deconvolution algorithm. More... | |