Class SoColorThresholdingProcessing

    • Field Detail

      • inColorImage

        public final SoSFImageDataAdapter inColorImage
        Deprecated.
        The input color image. Default value is NULL. Supported types include: color image.
      • thresholdLevelRed

        public final SoSFVec2f thresholdLevelRed
        Deprecated.
        The Low and high red threshold. Default value is SbVec2f(128.0f,255.0f).
      • thresholdLevelGreen

        public final SoSFVec2f thresholdLevelGreen
        Deprecated.
        low and high green threshold. Default value is SbVec2f(128.0f,255.0f).
      • thresholdLevelBlue

        public final SoSFVec2f thresholdLevelBlue
        Deprecated.
        The low and high blue threshold. Default value is SbVec2f(128.0f,255.0f).
    • Constructor Detail

      • SoColorThresholdingProcessing

        public SoColorThresholdingProcessing()
        Deprecated.
        Constructor.