Class SoDilationBallProcessing3d

    • Field Detail

      • inImage

        public final SoSFImageDataAdapter inImage
        The input grayscale image. Default value is NULL. Supported types include: grayscale binary label image.
      • elementSize

        public final SoSFInt32 elementSize
        The half size of the structuring element. A structuring element always has an odd side length (3x3, 5x5, etc) which is defined by 2 * elementSize + 1. Default value is 3.
    • Constructor Detail

      • SoDilationBallProcessing3d

        public SoDilationBallProcessing3d()
        Constructor.