Class GrayscaleMorphologicalClosingImageFilter

java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.GrayscaleMorphologicalClosingImageFilter

public class GrayscaleMorphologicalClosingImageFilter extends ImageFilter
Grayscale closing of an image. Close an image using grayscale morphology. 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. See: MorphologyImageFilter , GrayscaleFunctionErodeImageFilter , BinaryErodeImageFilter itk::simple::GrayscaleMorphologicalClosing for the procedural interface itk::GrayscaleMorphologicalClosingImageFilter for the Doxygen on the original ITK class. C++ includes: sitkGrayscaleMorphologicalClosingImageFilter.h
  • Constructor Details

    • GrayscaleMorphologicalClosingImageFilter

      protected GrayscaleMorphologicalClosingImageFilter(long cPtr, boolean cMemoryOwn)
    • GrayscaleMorphologicalClosingImageFilter

      public GrayscaleMorphologicalClosingImageFilter()
      itk::simple::GrayscaleMorphologicalClosingImageFilter::GrayscaleMorphologicalClosingImageFilter() Default Constructor that takes no arguments and initializes default parameters
  • Method Details

    • getCPtr

      protected static long getCPtr(GrayscaleMorphologicalClosingImageFilter obj)
    • swigRelease

      protected static long swigRelease(GrayscaleMorphologicalClosingImageFilter obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class ImageFilter
    • delete

      public void delete()
      virtual itk::simple::GrayscaleMorphologicalClosingImageFilter::~GrayscaleMorphologicalClosingImageFilter() Destructor
      Overrides:
      delete in class ImageFilter
    • setKernelRadius

      public void setKernelRadius(VectorUInt32 KernelRadius)
      Self& itk::simple::GrayscaleMorphologicalClosingImageFilter::SetKernelRadius(unsigned int value) Set the values of the KernelRadius vector all to value
    • setKernelRadius

      public void setKernelRadius(long value)
      Self& itk::simple::GrayscaleMorphologicalClosingImageFilter::SetKernelRadius(unsigned int value) Set the values of the KernelRadius vector all to value
    • getKernelRadius

      public VectorUInt32 getKernelRadius()
      std::vector<unsigned int> itk::simple::GrayscaleMorphologicalClosingImageFilter::GetKernelRadius() const Get the radius of the kernel structuring element.
    • setKernelType

      public void setKernelType(KernelEnum KernelType)
      Self& itk::simple::GrayscaleMorphologicalClosingImageFilter::SetKernelType(KernelEnum KernelType) Set the kernel or structuring element used for the morphology.
    • getKernelType

      public KernelEnum getKernelType()
      KernelEnum itk::simple::GrayscaleMorphologicalClosingImageFilter::GetKernelType() const Get the kernel or structuring element used for the morphology.
    • setSafeBorder

      public void setSafeBorder(boolean SafeBorder)
      Self& itk::simple::GrayscaleMorphologicalClosingImageFilter::SetSafeBorder(bool SafeBorder) A safe border is added to input image to avoid borders effects and remove it once the closing is done
    • safeBorderOn

      public void safeBorderOn()
      Self& itk::simple::GrayscaleMorphologicalClosingImageFilter::SafeBorderOn() Set the value of SafeBorder to true or false respectfully.
    • safeBorderOff

      public void safeBorderOff()
      Self& itk::simple::GrayscaleMorphologicalClosingImageFilter::SafeBorderOff()
    • getSafeBorder

      public boolean getSafeBorder()
      bool itk::simple::GrayscaleMorphologicalClosingImageFilter::GetSafeBorder() const A safe border is added to input image to avoid borders effects and remove it once the closing is done
    • getName

      public String getName()
      std::string itk::simple::GrayscaleMorphologicalClosingImageFilter::GetName() const Name of this class
      Overrides:
      getName in class ProcessObject
    • toString

      public String toString()
      std::string itk::simple::GrayscaleMorphologicalClosingImageFilter::ToString() const Print ourselves out
      Overrides:
      toString in class ProcessObject
    • execute

      public Image execute(Image image1)
      Image itk::simple::GrayscaleMorphologicalClosingImageFilter::Execute(const Image &image1) Execute the filter on the input image