ImagePlaneConstants EnumerationCognex VisionPro 9.23

Enumeration of image planes.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public enum ImagePlaneConstants
Members

  Member nameValueDescription
Red0

Red image plane within a cogImageColorSpaceRGB image.

Green1

Green image plane within a cogImageColorSpaceRGB image.

Blue2

Blue image plane within a cogImageColorSpaceRGB image.

Hue4

Hue image plane within a cogImageColorSpaceHSI image.

Saturation5

Saturation image plane within a cogImageColorSpaceHSI image.

Intensity6

Intensity image plane within a cogImageColorSpaceHSI image.

Remarks

Enumeration of image planes.

See Also