CogLineMaxPolarityConstants EnumerationCognex VisionPro 9.8 SR1
Enumeration of LineMax polarity values.

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

public enum CogLineMaxPolarityConstants
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