Package org.itk.simple
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 Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::BinaryPruningImageFilter::BinaryPruningImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
BinaryPruningImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::BinaryPruningImageFilter::~BinaryPruningImageFilter() DestructorImage itk::simple::BinaryPruningImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected void
finalize()
protected static long
long
uint32_t itk::simple::BinaryPruningImageFilter::GetIteration() const Set/Get the iteration valuegetName()
std::string itk::simple::BinaryPruningImageFilter::GetName() const Name of this classvoid
setIteration
(long Iteration) Self& itk::simple::BinaryPruningImageFilter::SetIteration(uint32_t Iteration) Set/Get the iteration valueprotected static long
toString()
std::string itk::simple::BinaryPruningImageFilter::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFilter
getCPtr, swigRelease
Methods inherited from class org.itk.simple.ProcessObject
abort, 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
-
BinaryPruningImageFilter
protected BinaryPruningImageFilter(long cPtr, boolean cMemoryOwn) -
BinaryPruningImageFilter
public BinaryPruningImageFilter()itk::simple::BinaryPruningImageFilter::BinaryPruningImageFilter() Default Constructor that takes no arguments and initializes default parameters
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
protected void finalize()- Overrides:
finalize
in classImageFilter
-
delete
public void delete()virtual itk::simple::BinaryPruningImageFilter::~BinaryPruningImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
setIteration
public void setIteration(long Iteration) Self& itk::simple::BinaryPruningImageFilter::SetIteration(uint32_t Iteration) Set/Get the iteration value -
getIteration
public long getIteration()uint32_t itk::simple::BinaryPruningImageFilter::GetIteration() const Set/Get the iteration value -
getName
std::string itk::simple::BinaryPruningImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::BinaryPruningImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::BinaryPruningImageFilter::Execute(const Image &image1) Execute the filter on the input image
-