Class SoHysteresisThresholdingProcessing

    • Field Detail

      • inImage

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

        public final SoSFVec2f thresholdLevel
        The low and high threshold levels. Default value is SbVec2f(255.0f,128.0f).
      • maxLength

        public final SoSFInt32 maxLength
        The maximum length allowed for pixel in fuzzy zone (0:until convergence). Default value is 1.
    • Constructor Detail

      • SoHysteresisThresholdingProcessing

        public SoHysteresisThresholdingProcessing()
        Constructor.