This class holds the result data for a LineMax line.
Cognex.Vision ShareableBase
Cognex.Vision.LineMax.Implementation LineMaxResultBase
Cognex.Vision.LineMax LineMaxResult
Namespace: Cognex.Vision.LineMax.Implementation
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.21.1.1
The LineMaxResultBase type exposes the following members.
| Name | Description | |
|---|---|---|
| LineMaxResultBase |
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides ShareableBase Equals(Object).) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Returns the hash code of this object. (Overrides ShareableBase GetHashCode .) | |
| GetLine | Creates a graphic of the the line segment result. | |
| GetLineSegment | Creates a graphic of the line result. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two LineMaxResultBase objects. | |
| Inequality | Compares the inequality of two LineMaxResultBase objects. |
| 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. | |
| Handle | (Overrides ShareableBase Handle.) | |
| 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. |