Package org.itk.simple
Class ErodeObjectMorphologyImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.ErodeObjectMorphologyImageFilter
Erosion of an object in an image.
Erosion of an image using binary morphology. Pixel values matching the
object value are considered the "object" and all other pixels are
"background". This is useful in processing mask images containing
only one object.
If the pixel covered by the center of the kernel has the pixel value
ObjectValue and the pixel is adjacent to a non-object valued pixel,
then the kernel is centered on the object-value pixel and neighboring
pixels covered by the kernel are assigned the background value. The
structuring element is assumed to be composed of binary values (zero
or one).
See:
ObjectMorphologyImageFilter , BinaryFunctionErodeImageFilter
BinaryErodeImageFilter
itk::simple::ErodeObjectMorphology for the procedural interface
itk::ErodeObjectMorphologyImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkErodeObjectMorphologyImageFilter.h
-
Field Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::ErodeObjectMorphologyImageFilter::ErodeObjectMorphologyImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
ErodeObjectMorphologyImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::ErodeObjectMorphologyImageFilter::~ErodeObjectMorphologyImageFilter() DestructorImage itk::simple::ErodeObjectMorphologyImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected void
finalize()
double
double itk::simple::ErodeObjectMorphologyImageFilter::GetBackgroundValue() const Get the value to be assigned to eroded pixelsprotected static long
std::vector<unsigned int> itk::simple::ErodeObjectMorphologyImageFilter::GetKernelRadius() const Get the radius of the kernel structuring element.KernelEnum itk::simple::ErodeObjectMorphologyImageFilter::GetKernelType() const Get the kernel or structuring element used for the morphology.getName()
std::string itk::simple::ErodeObjectMorphologyImageFilter::GetName() const Name of this classdouble
double itk::simple::ErodeObjectMorphologyImageFilter::GetObjectValue() constvoid
setBackgroundValue
(double BackgroundValue) Self& itk::simple::ErodeObjectMorphologyImageFilter::SetBackgroundValue(double BackgroundValue) Set the value to be assigned to eroded pixelsvoid
setKernelRadius
(long value) Self& itk::simple::ErodeObjectMorphologyImageFilter::SetKernelRadius(unsigned int value) Set the values of the KernelRadius vector all to valuevoid
setKernelRadius
(VectorUInt32 KernelRadius) Self& itk::simple::ErodeObjectMorphologyImageFilter::SetKernelRadius(unsigned int value) Set the values of the KernelRadius vector all to valuevoid
setKernelType
(KernelEnum KernelType) Self& itk::simple::ErodeObjectMorphologyImageFilter::SetKernelType(KernelEnum KernelType) Set the kernel or structuring element used for the morphology.void
setObjectValue
(double ObjectValue) Self& itk::simple::ErodeObjectMorphologyImageFilter::SetObjectValue(double ObjectValue)protected static long
toString()
std::string itk::simple::ErodeObjectMorphologyImageFilter::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
-
ErodeObjectMorphologyImageFilter
protected ErodeObjectMorphologyImageFilter(long cPtr, boolean cMemoryOwn) -
ErodeObjectMorphologyImageFilter
public ErodeObjectMorphologyImageFilter()itk::simple::ErodeObjectMorphologyImageFilter::ErodeObjectMorphologyImageFilter() 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::ErodeObjectMorphologyImageFilter::~ErodeObjectMorphologyImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
setKernelRadius
Self& itk::simple::ErodeObjectMorphologyImageFilter::SetKernelRadius(unsigned int value) Set the values of the KernelRadius vector all to value -
setKernelRadius
public void setKernelRadius(long value) Self& itk::simple::ErodeObjectMorphologyImageFilter::SetKernelRadius(unsigned int value) Set the values of the KernelRadius vector all to value -
getKernelRadius
std::vector<unsigned int> itk::simple::ErodeObjectMorphologyImageFilter::GetKernelRadius() const Get the radius of the kernel structuring element. -
setKernelType
Self& itk::simple::ErodeObjectMorphologyImageFilter::SetKernelType(KernelEnum KernelType) Set the kernel or structuring element used for the morphology. -
getKernelType
KernelEnum itk::simple::ErodeObjectMorphologyImageFilter::GetKernelType() const Get the kernel or structuring element used for the morphology. -
setObjectValue
public void setObjectValue(double ObjectValue) Self& itk::simple::ErodeObjectMorphologyImageFilter::SetObjectValue(double ObjectValue) -
getObjectValue
public double getObjectValue()double itk::simple::ErodeObjectMorphologyImageFilter::GetObjectValue() const -
setBackgroundValue
public void setBackgroundValue(double BackgroundValue) Self& itk::simple::ErodeObjectMorphologyImageFilter::SetBackgroundValue(double BackgroundValue) Set the value to be assigned to eroded pixels -
getBackgroundValue
public double getBackgroundValue()double itk::simple::ErodeObjectMorphologyImageFilter::GetBackgroundValue() const Get the value to be assigned to eroded pixels -
getName
std::string itk::simple::ErodeObjectMorphologyImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::ErodeObjectMorphologyImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::ErodeObjectMorphologyImageFilter::Execute(const Image &image1) Execute the filter on the input image
-