CogIPOneImageMissingPixelGlobalValueModeConstants EnumerationCognex VisionPro 9.8
Constants used to specify how the global value - the one used when a missing pixel cannot or should not be derived from its valid neighbors - is computed.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 75.1.0.0
Syntax

public enum CogIPOneImageMissingPixelGlobalValueModeConstants
Members

  Member nameValueDescription
Fixed1Use the FixedGlobalValue.
ImageMinimum2Use the minimum greyscale value of all valid pixels in the input image.
ImageMaximum3Use the maximum greyscale value of all valid pixels in the input image.
ImageAverage4Use the average greyscale value of all valid pixels in the input image.
See Also