Class TobogganImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.TobogganImageFilter
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
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::TobogganImageFilter::TobogganImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedTobogganImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::TobogganImageFilter::~TobogganImageFilter() DestructorImage itk::simple::TobogganImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected voidfinalize()protected static longgetName()std::string itk::simple::TobogganImageFilter::GetName() const Name of this classprotected static longtoString()std::string itk::simple::TobogganImageFilter::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFiltergetCPtr, swigReleaseMethods inherited from class org.itk.simple.ProcessObjectabort, 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- 
TobogganImageFilterprotected TobogganImageFilter(long cPtr, boolean cMemoryOwn) 
- 
TobogganImageFilterpublic TobogganImageFilter()itk::simple::TobogganImageFilter::TobogganImageFilter() Default Constructor that takes no arguments and initializes default parameters
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalizeprotected void finalize()- Overrides:
- finalizein class- ImageFilter
 
- 
deletepublic void delete()virtual itk::simple::TobogganImageFilter::~TobogganImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
getNamestd::string itk::simple::TobogganImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::TobogganImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-