Class TobogganImageFilter


public class TobogganImageFilter extends ImageFilter
toboggan image segmentation The Toboggan segmentation takes a gradient magnitude image as input and produces an (over-)segmentation of the image based on connecting each pixel to a local minimum of gradient. It is roughly equivalent to a watershed segmentation of the lowest level. The output is a 4 connected labeled map of the image. See: itk::simple::Toboggan for the procedural interface itk::TobogganImageFilter for the Doxygen on the original ITK class. C++ includes: sitkTobogganImageFilter.h
  • Constructor Details

    • TobogganImageFilter

      protected TobogganImageFilter(long cPtr, boolean cMemoryOwn)
    • TobogganImageFilter

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

    • getCPtr

      protected static long getCPtr(TobogganImageFilter obj)
    • swigRelease

      protected static long swigRelease(TobogganImageFilter obj)
    • finalize

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

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

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

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

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