CogMaskPixelConstants EnumerationCognex VisionPro 9.8
Enumeration of mask values that have a common meaning for all VisionPro mask images.

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

public enum CogMaskPixelConstants
Members

  Member nameValueDescription
DontCare0Mask value used to indicate don't care pixels. The exact interpretation of don't care pixels in a mask image will depend on the specific vision tool. Typically, the corresponding image pixels are ignored when performing computations.
Care255Mask value used to indicate care. Vision tools will treat the corresponding image pixel as they would if no mask image had been provided.
Remarks

Enumeration of mask values that have a common meaning for all VisionPro mask images.

See Also