Package org.itk.simple
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 Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::LaplacianSharpeningImageFilter::LaplacianSharpeningImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
LaplacianSharpeningImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::LaplacianSharpeningImageFilter::~LaplacianSharpeningImageFilter() DestructorImage itk::simple::LaplacianSharpeningImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected void
finalize()
protected static long
getName()
std::string itk::simple::LaplacianSharpeningImageFilter::GetName() const Name of this classboolean
bool itk::simple::LaplacianSharpeningImageFilter::GetUseImageSpacing() const Set/Get whether or not the filter will use the spacing of the input image in its calculationsvoid
setUseImageSpacing
(boolean UseImageSpacing) Self& itk::simple::LaplacianSharpeningImageFilter::SetUseImageSpacing(bool UseImageSpacing) Set/Get whether or not the filter will use the spacing of the input image in its calculationsprotected static long
toString()
std::string itk::simple::LaplacianSharpeningImageFilter::ToString() const Print ourselves outvoid
Self& itk::simple::LaplacianSharpeningImageFilter::UseImageSpacingOff()void
Self& itk::simple::LaplacianSharpeningImageFilter::UseImageSpacingOn() Set the value of UseImageSpacing to true or false respectfully.Methods inherited from class org.itk.simple.ImageFilter
getCPtr, swigRelease
Methods inherited from class org.itk.simple.ProcessObject
abort, 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
-
LaplacianSharpeningImageFilter
protected LaplacianSharpeningImageFilter(long cPtr, boolean cMemoryOwn) -
LaplacianSharpeningImageFilter
public LaplacianSharpeningImageFilter()itk::simple::LaplacianSharpeningImageFilter::LaplacianSharpeningImageFilter() Default Constructor that takes no arguments and initializes default parameters
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
protected void finalize()- Overrides:
finalize
in classImageFilter
-
delete
public void delete()virtual itk::simple::LaplacianSharpeningImageFilter::~LaplacianSharpeningImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
setUseImageSpacing
public void setUseImageSpacing(boolean UseImageSpacing) Self& itk::simple::LaplacianSharpeningImageFilter::SetUseImageSpacing(bool UseImageSpacing) Set/Get whether or not the filter will use the spacing of the input image in its calculations -
useImageSpacingOn
public void useImageSpacingOn()Self& itk::simple::LaplacianSharpeningImageFilter::UseImageSpacingOn() Set the value of UseImageSpacing to true or false respectfully. -
useImageSpacingOff
public void useImageSpacingOff()Self& itk::simple::LaplacianSharpeningImageFilter::UseImageSpacingOff() -
getUseImageSpacing
public boolean getUseImageSpacing()bool itk::simple::LaplacianSharpeningImageFilter::GetUseImageSpacing() const Set/Get whether or not the filter will use the spacing of the input image in its calculations -
getName
std::string itk::simple::LaplacianSharpeningImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::LaplacianSharpeningImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::LaplacianSharpeningImageFilter::Execute(const Image &image1) Execute the filter on the input image
-