CogCenterPointsToLinesResult LinesFromPointsTransform Property Cognex VisionPro 9.5
The best fit linear transform that maps from points to lines. If Mode was Single, this transform minimizes the variation in the signed distance between the ("A") points and the the ("A") lines. If Mode was Pair, then this transform minimizes the variation in the point to line signed distance differences across all point-pair line-pair correspondences.

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

public CogTransform2DLinear LinesFromPointsTransform { get; }

Property Value

Type: CogTransform2DLinear
See Also