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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| IgnoreOriginal | 0 | Set output shape polarities based on polarities derived from image, completely ignoring original shape polarities. | |
| OriginalPrecedence | 1 | Use original shape polarities when the original shape polarities and polarities derived from the image are both defined but contradictory. | |
| ImagePrecedence | 2 | Use polarities derived from the image when the original shape polarities and polarities derived from the image are both defined but contradictory. | |
| SetUndefined | 3 | Assign 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