Class BinaryPruningImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.BinaryPruningImageFilter
This filter removes "spurs" of less than a certain length in the
input image.
This class is parameterized over the type of the input image and the
type of the output image.
The input is assumed to be a binary image.
This filter is a sequential pruning algorithm and known to be
computational time dependable of the image size. The algorithm is the
N-dimensional version of that given for two dimensions in:
Rafael C. Gonzales and Richard E. Woods. Digital Image Processing. Addison Wesley, 491-494, (1993).
See:
 MorphologyImageFilter
 BinaryErodeImageFilter
 BinaryDilateImageFilter
 BinaryThinningImageFilter
 itk::simple::BinaryPruning for the procedural interface
 itk::BinaryPruningImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkBinaryPruningImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::BinaryPruningImageFilter::BinaryPruningImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedBinaryPruningImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::BinaryPruningImageFilter::~BinaryPruningImageFilter() DestructorImage itk::simple::BinaryPruningImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected voidfinalize()protected static longlonguint32_t itk::simple::BinaryPruningImageFilter::GetIteration() const Set/Get the iteration valuegetName()std::string itk::simple::BinaryPruningImageFilter::GetName() const Name of this classvoidsetIteration(long Iteration) Self& itk::simple::BinaryPruningImageFilter::SetIteration(uint32_t Iteration) Set/Get the iteration valueprotected static longtoString()std::string itk::simple::BinaryPruningImageFilter::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- 
BinaryPruningImageFilterprotected BinaryPruningImageFilter(long cPtr, boolean cMemoryOwn) 
- 
BinaryPruningImageFilterpublic BinaryPruningImageFilter()itk::simple::BinaryPruningImageFilter::BinaryPruningImageFilter() 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::BinaryPruningImageFilter::~BinaryPruningImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
setIterationpublic void setIteration(long Iteration) Self& itk::simple::BinaryPruningImageFilter::SetIteration(uint32_t Iteration) Set/Get the iteration value
- 
getIterationpublic long getIteration()uint32_t itk::simple::BinaryPruningImageFilter::GetIteration() const Set/Get the iteration value
- 
getNamestd::string itk::simple::BinaryPruningImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::BinaryPruningImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-