Class EdgePotentialImageFilter


public class EdgePotentialImageFilter extends ImageFilter
Computes the edge potential of an image from the image gradient. Input to this filter should be a CovariantVector image representing the image gradient. The filter expect both the input and output images to have the same number of dimensions, and the output to be of a scalar image type. See: itk::simple::EdgePotential for the procedural interface itk::EdgePotentialImageFilter for the Doxygen on the original ITK class. C++ includes: sitkEdgePotentialImageFilter.h
  • Constructor Details

    • EdgePotentialImageFilter

      protected EdgePotentialImageFilter(long cPtr, boolean cMemoryOwn)
    • EdgePotentialImageFilter

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

    • getCPtr

      protected static long getCPtr(EdgePotentialImageFilter obj)
    • swigRelease

      protected static long swigRelease(EdgePotentialImageFilter obj)
    • finalize

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

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

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

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

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