How the CogCenterPointsToLines
class will infer the normal direction of the line segments.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| InferFromConvexity | 0 | Automatically infer the line segment normal direction for each input line segment. It requires the input line segments to form a convex shape. It selects the normal direction for each line segment such that the line normal points outwards. | |
| UseLineSegmentNormalDirection | 1 | Use the direction of the given line segments to determine the normal direction for each line segment. The direction of a line segment is implied by the ordering of its start and end points (end - start). The normal direction is defined to be +90 degrees from the line segment direction. |
See Also