CogCenterPointsToLinesResult PropertiesCognex VisionPro

The CogCenterPointsToLinesResult type exposes the following members.

Properties

  NameDescription
Public propertyLinesFromPointsTransform
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.
Public propertyMode
How the centering process was performed. May be either "Single" or "Pair". If Mode was "Single", then both the SignedDistancesB property and the SignedDistanceAbsoluteDifferenceStatistics property will be null.
Public propertySignedDistanceAbsoluteDifferenceStatistics
The statistics of the absolute difference between the signed distances of each point and line in a point pair, across all point-pair line-pair correspondences. This property is null if Mode is Single.
Public propertySignedDistancesA
The signed distances from each ("A") point to its corresponding ("A") line, measured along the normal to the line.
Public propertySignedDistancesB
The signed distances from each ("B") point to its corresponding ("B") line, measured along the normal to the line. If Mode is Single then this property is null.
Public propertySignedDistanceStatistics
The statistics of the signed distances between each point and its corresponding line.
Top
See Also