Package org.itk.simple
Class BinaryMorphologicalOpeningImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.BinaryMorphologicalOpeningImageFilter
binary morphological opening of an image.
This filter removes small (i.e., smaller than the structuring element)
structures in the interior or at the boundaries of the image. The
morphological opening of an image "f" is defined as: Opening(f) =
Dilatation(Erosion(f)).
The structuring element is assumed to be composed of binary values
(zero or one). Only elements of the structuring element having values
> 0 are candidates for affecting the center pixel.
This code was contributed in the Insight Journal paper: "Binary
morphological closing and opening image filters" by Lehmann G. https://www.insight-journal.org/browse/publication/58
Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA
de Jouy-en-Josas, France.
See:
MorphologyImageFilter , GrayscaleDilateImageFilter , GrayscaleErodeImageFilter
itk::simple::BinaryMorphologicalOpening for the procedural interface
itk::BinaryMorphologicalOpeningImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkBinaryMorphologicalOpeningImageFilter.h
-
Field Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::BinaryMorphologicalOpeningImageFilter::BinaryMorphologicalOpeningImageFilter() Default Constructor that takes no arguments and initializes default parametersprotected
BinaryMorphologicalOpeningImageFilter
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::BinaryMorphologicalOpeningImageFilter::~BinaryMorphologicalOpeningImageFilter() DestructorImage itk::simple::BinaryMorphologicalOpeningImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected void
finalize()
double
double itk::simple::BinaryMorphologicalOpeningImageFilter::GetBackgroundValue() const Set the value in eroded part of the image.protected static long
double
double itk::simple::BinaryMorphologicalOpeningImageFilter::GetForegroundValue() const Get the value in the image considered as "foreground".std::vector<unsigned int> itk::simple::BinaryMorphologicalOpeningImageFilter::GetKernelRadius() const Get the radius of the kernel structuring element.KernelEnum itk::simple::BinaryMorphologicalOpeningImageFilter::GetKernelType() const Get the kernel or structuring element used for the morphology.getName()
std::string itk::simple::BinaryMorphologicalOpeningImageFilter::GetName() const Name of this classvoid
setBackgroundValue
(double BackgroundValue) Self& itk::simple::BinaryMorphologicalOpeningImageFilter::SetBackgroundValue(double BackgroundValue) Set the value in eroded part of the image.void
setForegroundValue
(double ForegroundValue) Self& itk::simple::BinaryMorphologicalOpeningImageFilter::SetForegroundValue(double ForegroundValue) Set the value in the image to consider as "foreground".void
setKernelRadius
(long value) Self& itk::simple::BinaryMorphologicalOpeningImageFilter::SetKernelRadius(unsigned int value) Set the values of the KernelRadius vector all to valuevoid
setKernelRadius
(VectorUInt32 KernelRadius) Self& itk::simple::BinaryMorphologicalOpeningImageFilter::SetKernelRadius(unsigned int value) Set the values of the KernelRadius vector all to valuevoid
setKernelType
(KernelEnum KernelType) Self& itk::simple::BinaryMorphologicalOpeningImageFilter::SetKernelType(KernelEnum KernelType) Set the kernel or structuring element used for the morphology.protected static long
toString()
std::string itk::simple::BinaryMorphologicalOpeningImageFilter::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
-
BinaryMorphologicalOpeningImageFilter
protected BinaryMorphologicalOpeningImageFilter(long cPtr, boolean cMemoryOwn) -
BinaryMorphologicalOpeningImageFilter
public BinaryMorphologicalOpeningImageFilter()itk::simple::BinaryMorphologicalOpeningImageFilter::BinaryMorphologicalOpeningImageFilter() 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::BinaryMorphologicalOpeningImageFilter::~BinaryMorphologicalOpeningImageFilter() Destructor- Overrides:
delete
in classImageFilter
-
setKernelRadius
Self& itk::simple::BinaryMorphologicalOpeningImageFilter::SetKernelRadius(unsigned int value) Set the values of the KernelRadius vector all to value -
setKernelRadius
public void setKernelRadius(long value) Self& itk::simple::BinaryMorphologicalOpeningImageFilter::SetKernelRadius(unsigned int value) Set the values of the KernelRadius vector all to value -
getKernelRadius
std::vector<unsigned int> itk::simple::BinaryMorphologicalOpeningImageFilter::GetKernelRadius() const Get the radius of the kernel structuring element. -
setKernelType
Self& itk::simple::BinaryMorphologicalOpeningImageFilter::SetKernelType(KernelEnum KernelType) Set the kernel or structuring element used for the morphology. -
getKernelType
KernelEnum itk::simple::BinaryMorphologicalOpeningImageFilter::GetKernelType() const Get the kernel or structuring element used for the morphology. -
setBackgroundValue
public void setBackgroundValue(double BackgroundValue) Self& itk::simple::BinaryMorphologicalOpeningImageFilter::SetBackgroundValue(double BackgroundValue) Set the value in eroded part of the image. Defaults to zero -
getBackgroundValue
public double getBackgroundValue()double itk::simple::BinaryMorphologicalOpeningImageFilter::GetBackgroundValue() const Set the value in eroded part of the image. Defaults to zero -
setForegroundValue
public void setForegroundValue(double ForegroundValue) Self& itk::simple::BinaryMorphologicalOpeningImageFilter::SetForegroundValue(double ForegroundValue) Set the value in the image to consider as "foreground". Defaults to maximum value of PixelType. -
getForegroundValue
public double getForegroundValue()double itk::simple::BinaryMorphologicalOpeningImageFilter::GetForegroundValue() const Get the value in the image considered as "foreground". Defaults to maximum value of PixelType. -
getName
std::string itk::simple::BinaryMorphologicalOpeningImageFilter::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::BinaryMorphologicalOpeningImageFilter::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::BinaryMorphologicalOpeningImageFilter::Execute(const Image &image1) Execute the filter on the input image
-