The CogCenterPointsToLinesResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| LinesFromPointsTransform |
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.
| |
| Mode |
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.
| |
| SignedDistanceAbsoluteDifferenceStatistics |
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.
| |
| SignedDistancesA |
The signed distances from each ("A") point to its corresponding ("A")
line, measured along the normal to the line.
| |
| SignedDistancesB |
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.
| |
| SignedDistanceStatistics |
The statistics of the signed distances between each point and its
corresponding line.
|
See Also