CogCenterPointsToLinesNormalDirectionInferenceMethodConstants EnumerationCognex VisionPro 9.10
How the CogCenterPointsToLines class will infer the normal direction of the line segments.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 79.0.0.0
Syntax

public enum CogCenterPointsToLinesNormalDirectionInferenceMethodConstants
Members

  Member nameValueDescription
InferFromConvexity0 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.
UseLineSegmentNormalDirection1 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