What fitting style was or will be used with the
CogCenterPointsToLines
object.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Single | 0 | For point to line fitting. The feature correspondences are between individual points and lines. The CogCenterPointsToLines class will minimize the variance in the point to line signed distance across all point to line correspondences. The class tries to make all of the point to line distances the same. | |
| Pair | 1 | For point pair to line pair fitting. The feature correspondences are between point pairs and line pairs. The CogCenterPointsToLines class will minimize the variation in the point to line signed distance differences, across all point pair line pair correspondences. The point to line distance difference for a given point pair line pair correspondence is the difference between the point to line distance for the first point and the point to line distance for the second point in the point pair. The class tries to make the two point to line signed distances in each point pair line pair correspondence the same. Signed distances are measured in the direction of the normal to the line. |
See Also