Class InverseDeconvolutionImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.InverseDeconvolutionImageFilter
The direct linear inverse deconvolution filter.
The inverse filter is the most straightforward deconvolution method.
Considering that convolution of two images in the spatial domain is
equivalent to multiplying the Fourier transform of the two images, the
inverse filter consists of inverting the multiplication. In other
words, this filter computes the following: \\[ hat{F}(\\omega) = \\begin{cases} G(\\omega) / H(\\omega)
& \\text{if \\f$|H(\\omega)| \\geq \\epsilon\\f$}
\\\\ 0 & \\text{otherwise} \\end{cases} \\] where $\\hat{F}(\\omega)$ is the Fourier transform of the estimate produced by this filter, $G(\\omega)$ is the Fourier transform of the input blurred image, $H(\\omega)$ is the Fourier transform of the blurring kernel, and $\\epsilon$ is a constant real non-negative threshold (called
KernelZeroMagnitudeThreshold in this filter) that determines when the
magnitude of a complex number is considered zero.
Gaetan Lehmann, Biologie du Developpement et de la Reproduction, INRA
de Jouy-en-Josas, France
Cory Quammen, The University of North Carolina at Chapel Hill
See:
 itk::simple::InverseDeconvolution for the procedural interface
 itk::InverseDeconvolutionImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkInverseDeconvolutionImageFilter.h
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classstatic final class
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::InverseDeconvolutionImageFilter::InverseDeconvolutionImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedInverseDeconvolutionImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::InverseDeconvolutionImageFilter::~InverseDeconvolutionImageFilter() DestructorImage itk::simple::InverseDeconvolutionImageFilter::Execute(const Image &image1, const Image &image2) Execute the filter on the input imagesprotected voidfinalize()BoundaryConditionType itk::simple::InverseDeconvolutionImageFilter::GetBoundaryCondition() constprotected static longdoubledouble itk::simple::InverseDeconvolutionImageFilter::GetKernelZeroMagnitudeThreshold() const Set/get the threshold value used to determine whether a frequency of the Fourier transform of the blurring kernel is considered to be zero.getName()std::string itk::simple::InverseDeconvolutionImageFilter::GetName() const Name of this classbooleanbool itk::simple::InverseDeconvolutionImageFilter::GetNormalize() constOutputRegionModeType itk::simple::InverseDeconvolutionImageFilter::GetOutputRegionMode() constvoidSelf& itk::simple::InverseDeconvolutionImageFilter::NormalizeOff()voidSelf& itk::simple::InverseDeconvolutionImageFilter::NormalizeOn() Set the value of Normalize to true or false respectfully.voidsetBoundaryCondition(InverseDeconvolutionImageFilter.BoundaryConditionType BoundaryCondition) Self& itk::simple::InverseDeconvolutionImageFilter::SetBoundaryCondition(BoundaryConditionType BoundaryCondition)voidsetKernelZeroMagnitudeThreshold(double KernelZeroMagnitudeThreshold) Self& itk::simple::InverseDeconvolutionImageFilter::SetKernelZeroMagnitudeThreshold(double KernelZeroMagnitudeThreshold) Set/get the threshold value used to determine whether a frequency of the Fourier transform of the blurring kernel is considered to be zero.voidsetNormalize(boolean Normalize) Self& itk::simple::InverseDeconvolutionImageFilter::SetNormalize(bool Normalize) Normalize the output image by the sum of the kernel componentsvoidsetOutputRegionMode(InverseDeconvolutionImageFilter.OutputRegionModeType OutputRegionMode) Self& itk::simple::InverseDeconvolutionImageFilter::SetOutputRegionMode(OutputRegionModeType OutputRegionMode)protected static longtoString()std::string itk::simple::InverseDeconvolutionImageFilter::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFiltergetCPtr, swigReleaseMethods inherited from class org.itk.simple.ProcessObjectabort, addCommand, debugOff, debugOn, getCPtr, getDebug, getGlobalDefaultCoordinateTolerance, getGlobalDefaultDebug, getGlobalDefaultDirectionTolerance, getGlobalDefaultNumberOfThreads, getGlobalDefaultThreader, getGlobalWarningDisplay, getNumberOfThreads, getNumberOfWorkUnits, getProgress, globalDefaultDebugOff, globalDefaultDebugOn, globalWarningDisplayOff, globalWarningDisplayOn, hasCommand, removeAllCommands, setDebug, setGlobalDefaultCoordinateTolerance, setGlobalDefaultDebug, setGlobalDefaultDirectionTolerance, setGlobalDefaultNumberOfThreads, setGlobalDefaultThreader, setGlobalWarningDisplay, setNumberOfThreads, setNumberOfWorkUnits, swigRelease
- 
Constructor Details- 
InverseDeconvolutionImageFilterprotected InverseDeconvolutionImageFilter(long cPtr, boolean cMemoryOwn) 
- 
InverseDeconvolutionImageFilterpublic InverseDeconvolutionImageFilter()itk::simple::InverseDeconvolutionImageFilter::InverseDeconvolutionImageFilter() Default Constructor that takes no arguments and initializes default parameters
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalizeprotected void finalize()- Overrides:
- finalizein class- ImageFilter
 
- 
deletepublic void delete()virtual itk::simple::InverseDeconvolutionImageFilter::~InverseDeconvolutionImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
setKernelZeroMagnitudeThresholdpublic void setKernelZeroMagnitudeThreshold(double KernelZeroMagnitudeThreshold) Self& itk::simple::InverseDeconvolutionImageFilter::SetKernelZeroMagnitudeThreshold(double KernelZeroMagnitudeThreshold) Set/get the threshold value used to determine whether a frequency of the Fourier transform of the blurring kernel is considered to be zero. Default value is 1.0e-4.
- 
getKernelZeroMagnitudeThresholdpublic double getKernelZeroMagnitudeThreshold()double itk::simple::InverseDeconvolutionImageFilter::GetKernelZeroMagnitudeThreshold() const Set/get the threshold value used to determine whether a frequency of the Fourier transform of the blurring kernel is considered to be zero. Default value is 1.0e-4.
- 
setNormalizepublic void setNormalize(boolean Normalize) Self& itk::simple::InverseDeconvolutionImageFilter::SetNormalize(bool Normalize) Normalize the output image by the sum of the kernel components
- 
normalizeOnpublic void normalizeOn()Self& itk::simple::InverseDeconvolutionImageFilter::NormalizeOn() Set the value of Normalize to true or false respectfully.
- 
normalizeOffpublic void normalizeOff()Self& itk::simple::InverseDeconvolutionImageFilter::NormalizeOff()
- 
getNormalizepublic boolean getNormalize()bool itk::simple::InverseDeconvolutionImageFilter::GetNormalize() const
- 
setBoundaryConditionpublic void setBoundaryCondition(InverseDeconvolutionImageFilter.BoundaryConditionType BoundaryCondition) Self& itk::simple::InverseDeconvolutionImageFilter::SetBoundaryCondition(BoundaryConditionType BoundaryCondition)
- 
getBoundaryConditionBoundaryConditionType itk::simple::InverseDeconvolutionImageFilter::GetBoundaryCondition() const
- 
setOutputRegionModepublic void setOutputRegionMode(InverseDeconvolutionImageFilter.OutputRegionModeType OutputRegionMode) Self& itk::simple::InverseDeconvolutionImageFilter::SetOutputRegionMode(OutputRegionModeType OutputRegionMode)
- 
getOutputRegionModeOutputRegionModeType itk::simple::InverseDeconvolutionImageFilter::GetOutputRegionMode() const
- 
getNamestd::string itk::simple::InverseDeconvolutionImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::InverseDeconvolutionImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-