Class GrayscaleDilateImageFilter


public class GrayscaleDilateImageFilter extends ImageFilter
Grayscale dilation of an image. Dilate an image using grayscale morphology. Dilation takes the maximum of all the pixels identified by the structuring element. 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 , GrayscaleFunctionDilateImageFilter , BinaryDilateImageFilter itk::simple::GrayscaleDilate for the procedural interface itk::GrayscaleDilateImageFilter for the Doxygen on the original ITK class. C++ includes: sitkGrayscaleDilateImageFilter.h
  • Constructor Details

    • GrayscaleDilateImageFilter

      protected GrayscaleDilateImageFilter(long cPtr, boolean cMemoryOwn)
    • GrayscaleDilateImageFilter

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

    • getCPtr

      protected static long getCPtr(GrayscaleDilateImageFilter obj)
    • swigRelease

      protected static long swigRelease(GrayscaleDilateImageFilter obj)
    • finalize

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

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

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

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

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

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

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

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

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

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