The CogLineMaxResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Contrast |
Gets the absolute contrast across the line segment in the
ExpectedLineNormal
direction.
| |
| Coverage |
Gets the proportion of inliers relative to the maximum possible number of
inliers.
| |
| ID |
Gets the unique ID used to identify this LineMax result.
| |
| Inliers |
Gets the set of edge points fitted to the line.
| |
| Intensity |
Gets the average intensity along the line segment.
| |
| MaxError |
Gets the distance of the farthest inlier from the line.
| |
| NormalAngle |
Gets the direction of the line segment along the normal direction.
| |
| NormalizedContrast |
Gets the normalized contrast across the line segment in the
ExpectedLineNormal
direction.
| |
| NumProjectionRegions |
Gets the number of "care" projection regions along the line segment.
| |
| Polarity |
Gets the polarity across the line in the
ExpectedLineNormal
direction.
| |
| RMSError |
Gets the residual error in fitting the Inliers to the line segment.
| |
| TangentAngle |
Gets the direction of the line segment along the tangent direction.
|
See Also