Class SoClosingDiskProcessing3d

    • Field Detail

      • inImage

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

        public final SoSFFloat thetaAngle
        The angle of orientation around OZ axis in degrees (not radians). Default value is 0.0f.
      • phiAngle

        public final SoSFFloat phiAngle
        The angle of orientation around projected OY axis in degrees (not radians). Default value is 0.0f.
      • 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

      • SoClosingDiskProcessing3d

        public SoClosingDiskProcessing3d()
        Constructor.