An enumeration that specifies the polarity of a corner.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Peak | 0 | The corner occurs where the profile data is concave downward: the slope of the profile decreases as you move in the positive direction along the x-axis. | |
| Valley | 1 | The corner occurs where the profile data is concave upward: the slope of the profile increases as you move in the positive direction along the x-axis. | |
| Both | 2 | The desired corner can be either a peak or a valley. |
See Also