LineMaxPolarityConstants EnumerationCognex VisionPro 9.22 SR1

Enumeration of LineMax polarity values.

Namespace: Cognex.Vision.LineMax
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.22.2.0
Syntax

public enum LineMaxPolarityConstants
Members

  Member nameValueDescription
DarkToLight1

The brightness transitions from dark to light, along the direction of the line normal.

LightToDark2

The brightness transitions from light to dark, along the direction of the line normal.

Either3

The brightness transitions from dark to light or from light to dark, but not both, along the direction of the line normal.

Mixed4

The brightness transitions from dark to light and from light to dark, along the direction of the line normal.

See Also