CogShapePolarizeCombineModeConstants EnumerationCognex VisionPro 9.5
Enumeration of possible modes that the shape polarization operator can use for combining the original shape polarities with the polarities derived from the image.

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

public enum CogShapePolarizeCombineModeConstants
Members

  Member nameValueDescription
IgnoreOriginal0Set output shape polarities based on polarities derived from image, completely ignoring original shape polarities.
OriginalPrecedence1Use original shape polarities when the original shape polarities and polarities derived from the image are both defined but contradictory.
ImagePrecedence2Use polarities derived from the image when the original shape polarities and polarities derived from the image are both defined but contradictory.
SetUndefined3Assign undefined polarities when the original shape polarities and polarities derived from the image are both defined but contradictory.
Remarks

Enumeration of possible modes that the shape polarization operator can use for combining the original shape polarities with the polarities derived from the image.

See Also