Class DilateObjectMorphologyImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.DilateObjectMorphologyImageFilter
dilation of an object in an image
Dilate an image using binary morphology. Pixel values matching the
object value are considered the "foreground" and all other pixels
are "background". This is useful in processing mask images
containing only one object.
If a pixel's value is equal to the object value 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 object value. The structuring element is assumed to
be composed of binary values (zero or one).
See:
 ObjectMorphologyImageFilter , ErodeObjectMorphologyImageFilter
 BinaryDilateImageFilter
 itk::simple::DilateObjectMorphology for the procedural interface
 itk::DilateObjectMorphologyImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkDilateObjectMorphologyImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::DilateObjectMorphologyImageFilter::DilateObjectMorphologyImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedDilateObjectMorphologyImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::DilateObjectMorphologyImageFilter::~DilateObjectMorphologyImageFilter() DestructorImage itk::simple::DilateObjectMorphologyImageFilter::Execute(const Image &image1) Execute the filter on the input imageprotected voidfinalize()protected static longstd::vector<unsigned int> itk::simple::DilateObjectMorphologyImageFilter::GetKernelRadius() const Get the radius of the kernel structuring element.KernelEnum itk::simple::DilateObjectMorphologyImageFilter::GetKernelType() const Get the kernel or structuring element used for the morphology.getName()std::string itk::simple::DilateObjectMorphologyImageFilter::GetName() const Name of this classdoubledouble itk::simple::DilateObjectMorphologyImageFilter::GetObjectValue() constvoidsetKernelRadius(long value) Self& itk::simple::DilateObjectMorphologyImageFilter::SetKernelRadius(unsigned int value) Set the values of the KernelRadius vector all to valuevoidsetKernelRadius(VectorUInt32 KernelRadius) Self& itk::simple::DilateObjectMorphologyImageFilter::SetKernelRadius(unsigned int value) Set the values of the KernelRadius vector all to valuevoidsetKernelType(KernelEnum KernelType) Self& itk::simple::DilateObjectMorphologyImageFilter::SetKernelType(KernelEnum KernelType) Set the kernel or structuring element used for the morphology.voidsetObjectValue(double ObjectValue) Self& itk::simple::DilateObjectMorphologyImageFilter::SetObjectValue(double ObjectValue)protected static longtoString()std::string itk::simple::DilateObjectMorphologyImageFilter::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- 
DilateObjectMorphologyImageFilterprotected DilateObjectMorphologyImageFilter(long cPtr, boolean cMemoryOwn) 
- 
DilateObjectMorphologyImageFilterpublic DilateObjectMorphologyImageFilter()itk::simple::DilateObjectMorphologyImageFilter::DilateObjectMorphologyImageFilter() 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::DilateObjectMorphologyImageFilter::~DilateObjectMorphologyImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
setKernelRadiusSelf& itk::simple::DilateObjectMorphologyImageFilter::SetKernelRadius(unsigned int value) Set the values of the KernelRadius vector all to value
- 
setKernelRadiuspublic void setKernelRadius(long value) Self& itk::simple::DilateObjectMorphologyImageFilter::SetKernelRadius(unsigned int value) Set the values of the KernelRadius vector all to value
- 
getKernelRadiusstd::vector<unsigned int> itk::simple::DilateObjectMorphologyImageFilter::GetKernelRadius() const Get the radius of the kernel structuring element.
- 
setKernelTypeSelf& itk::simple::DilateObjectMorphologyImageFilter::SetKernelType(KernelEnum KernelType) Set the kernel or structuring element used for the morphology.
- 
getKernelTypeKernelEnum itk::simple::DilateObjectMorphologyImageFilter::GetKernelType() const Get the kernel or structuring element used for the morphology.
- 
setObjectValuepublic void setObjectValue(double ObjectValue) Self& itk::simple::DilateObjectMorphologyImageFilter::SetObjectValue(double ObjectValue)
- 
getObjectValuepublic double getObjectValue()double itk::simple::DilateObjectMorphologyImageFilter::GetObjectValue() const
- 
getNamestd::string itk::simple::DilateObjectMorphologyImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::DilateObjectMorphologyImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-