CogImagePlaneConstants EnumerationCognex VisionPro 9.8 SR1
Enumeration of image planes.

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

public enum CogImagePlaneConstants
Members

  Member nameValueDescription
Red0Red image plane within a cogImageColorSpaceRGB image.
Green1Green image plane within a cogImageColorSpaceRGB image.
Blue2Blue image plane within a cogImageColorSpaceRGB image.
Hue4Hue image plane within a cogImageColorSpaceHSI image.
Saturation5Saturation image plane within a cogImageColorSpaceHSI image.
Intensity6Intensity image plane within a cogImageColorSpaceHSI image.
Remarks

Enumeration of image planes.

See Also