Enumeration of possible polarity values for model features.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| NegativeOne | -1 | If the feature is a closed shape, a polarity of negative one means the image is brighter inside the shape than outside. For open shapes, negative polarity means that following the tangent vector along the shape, brighter pixels are on the right. | |
| Undefined | 0 | The polarity of the feature is not defined. | |
| PositiveOne | 1 | If the feature is a closed shape, a polarity of positive one means the image is brighter outside the shape than inside. For open shapes, positive polarity means that following the tangent vector along the shape, brighter pixels are on the left. |
Remarks
Enumeration of possible polarity values for model features.
See Also