Class SobelEdgeDetectionImageFilter

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

public class SobelEdgeDetectionImageFilter extends ImageFilter
A 2D or 3D edge detection using the Sobel operator. This filter uses the Sobel operator to calculate the image gradient and then finds the magnitude of this gradient vector. The Sobel gradient magnitude (square-root sum of squares) is an indication of edge strength. See: ImageToImageFilter SobelOperator Neighborhood NeighborhoodOperator NeighborhoodIterator itk::simple::SobelEdgeDetection for the procedural interface itk::SobelEdgeDetectionImageFilter for the Doxygen on the original ITK class. C++ includes: sitkSobelEdgeDetectionImageFilter.h
  • Constructor Details

    • SobelEdgeDetectionImageFilter

      protected SobelEdgeDetectionImageFilter(long cPtr, boolean cMemoryOwn)
    • SobelEdgeDetectionImageFilter

      public SobelEdgeDetectionImageFilter()
      itk::simple::SobelEdgeDetectionImageFilter::SobelEdgeDetectionImageFilter() Default Constructor that takes no arguments and initializes default parameters
  • Method Details

    • getCPtr

      protected static long getCPtr(SobelEdgeDetectionImageFilter obj)
    • swigRelease

      protected static long swigRelease(SobelEdgeDetectionImageFilter obj)
    • finalize

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

      public void delete()
      virtual itk::simple::SobelEdgeDetectionImageFilter::~SobelEdgeDetectionImageFilter() Destructor
      Overrides:
      delete in class ImageFilter
    • getName

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

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

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