Class LaplacianSharpeningImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.LaplacianSharpeningImageFilter
This filter sharpens an image using a Laplacian. LaplacianSharpening
highlights regions of rapid intensity change and therefore highlights
or enhances the edges. The result is an image that appears more in
focus.
The LaplacianSharpening at each pixel location is computed by
convolution with the itk::LaplacianOperator .
Inputs and Outputs
The input to this filter is a scalar-valued itk::Image of arbitrary dimension. The output is a scalar-valued itk::Image .
See:
 Image
 Neighborhood
 NeighborhoodOperator
 NeighborhoodIterator
 LaplacianOperator
 itk::simple::LaplacianSharpening for the procedural interface
 itk::LaplacianSharpeningImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkLaplacianSharpeningImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::LaplacianSharpeningImageFilter::LaplacianSharpeningImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedLaplacianSharpeningImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::LaplacianSharpeningImageFilter::~LaplacianSharpeningImageFilter() DestructorImage itk::simple::LaplacianSharpeningImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected voidfinalize()protected static longgetName()std::string itk::simple::LaplacianSharpeningImageFilter::GetName() const Name of this classbooleanbool itk::simple::LaplacianSharpeningImageFilter::GetUseImageSpacing() const Set/Get whether or not the filter will use the spacing information of the input image in its calculations.voidsetUseImageSpacing(boolean UseImageSpacing) Self& itk::simple::LaplacianSharpeningImageFilter::SetUseImageSpacing(bool UseImageSpacing) Set/Get whether or not the filter will use the spacing information of the input image in its calculations.protected static longtoString()std::string itk::simple::LaplacianSharpeningImageFilter::ToString() const Print ourselves outvoidSelf& itk::simple::LaplacianSharpeningImageFilter::UseImageSpacingOff()voidSelf& itk::simple::LaplacianSharpeningImageFilter::UseImageSpacingOn() Set the value of UseImageSpacing to true or false respectfully.Methods 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- 
LaplacianSharpeningImageFilterprotected LaplacianSharpeningImageFilter(long cPtr, boolean cMemoryOwn) 
- 
LaplacianSharpeningImageFilterpublic LaplacianSharpeningImageFilter()itk::simple::LaplacianSharpeningImageFilter::LaplacianSharpeningImageFilter() 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::LaplacianSharpeningImageFilter::~LaplacianSharpeningImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
setUseImageSpacingpublic void setUseImageSpacing(boolean UseImageSpacing) Self& itk::simple::LaplacianSharpeningImageFilter::SetUseImageSpacing(bool UseImageSpacing) Set/Get whether or not the filter will use the spacing information of the input image in its calculations. Use this option if derivatives are required in physical space.
- 
useImageSpacingOnpublic void useImageSpacingOn()Self& itk::simple::LaplacianSharpeningImageFilter::UseImageSpacingOn() Set the value of UseImageSpacing to true or false respectfully.
- 
useImageSpacingOffpublic void useImageSpacingOff()Self& itk::simple::LaplacianSharpeningImageFilter::UseImageSpacingOff()
- 
getUseImageSpacingpublic boolean getUseImageSpacing()bool itk::simple::LaplacianSharpeningImageFilter::GetUseImageSpacing() const Set/Get whether or not the filter will use the spacing information of the input image in its calculations. Use this option if derivatives are required in physical space.
- 
getNamestd::string itk::simple::LaplacianSharpeningImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::LaplacianSharpeningImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-