SimpleITK
1.0.1
|
Go to the source code of this file.
Classes | |
class | itk::simple::TikhonovDeconvolutionImageFilter |
An inverse deconvolution filter regularized in the Tikhonov sense. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::TikhonovDeconvolution (const Image &image1, const Image &image2, double regularizationConstant=0.0, bool normalize=false, TikhonovDeconvolutionImageFilter::BoundaryConditionType boundaryCondition=itk::simple::TikhonovDeconvolutionImageFilter::ZERO_FLUX_NEUMANN_PAD, TikhonovDeconvolutionImageFilter::OutputRegionModeType outputRegionMode=itk::simple::TikhonovDeconvolutionImageFilter::SAME) |
An inverse deconvolution filter regularized in the Tikhonov sense. More... | |