Class LaplacianSharpeningImageFilter

java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.LaplacianSharpeningImageFilter

public class LaplacianSharpeningImageFilter extends ImageFilter
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
  • 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

      protected static long getCPtr(LaplacianSharpeningImageFilter obj)
    • swigRelease

      protected static long swigRelease(LaplacianSharpeningImageFilter obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class ImageFilter
    • delete

      public void delete()
      virtual itk::simple::LaplacianSharpeningImageFilter::~LaplacianSharpeningImageFilter() Destructor
      Overrides:
      delete in class ImageFilter
    • 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

      public String getName()
      std::string itk::simple::LaplacianSharpeningImageFilter::GetName() const Name of this class
      Overrides:
      getName in class ProcessObject
    • toString

      public String toString()
      std::string itk::simple::LaplacianSharpeningImageFilter::ToString() const Print ourselves out
      Overrides:
      toString in class ProcessObject
    • execute

      public Image execute(Image image1)
      Image itk::simple::LaplacianSharpeningImageFilter::Execute(const Image &image1) Execute the filter on the input image