This class holds the result data for a LineMaxOperator line.
Inheritance Hierarchy
Cognex.Vision ShareableBase
Cognex.Vision.LineMax.Implementation LineMaxResultBase
Cognex.Vision.LineMax LineMaxResult
Namespace: Cognex.Vision.LineMax
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.21.0.0
Syntax
The LineMaxResult type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateResultGraphics | Creates a CompositeShape containing the graphics specified in flags. | |
| Equals | Compares the equality of this object with another. (Overrides LineMaxResultBase Equals(Object).) | |
| GetHashCode | Returns the hash code of this object. (Overrides LineMaxResultBase 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. | |
| ToString | Returns a human readable string that represents the object. |
Operators
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two LineMaxResult objects. | |
| Inequality | Compares the inequality of two LineMaxResult objects. |
Properties
| Name | Description | |
|---|---|---|
| Contrast | (Overrides LineMaxResultBase Contrast.) | |
| Coverage | (Overrides LineMaxResultBase Coverage.) | |
| Handle | (Overrides LineMaxResultBase Handle.) | |
| ID | Gets the ID of the tracked item. | |
| Inliers | (Overrides LineMaxResultBase Inliers.) | |
| Intensity | (Overrides LineMaxResultBase Intensity.) | |
| MaxError | (Overrides LineMaxResultBase MaxError.) | |
| NormalAngle | (Overrides LineMaxResultBase NormalAngle.) | |
| NormalizedContrast | (Overrides LineMaxResultBase NormalizedContrast.) | |
| NumProjectionRegions | (Overrides LineMaxResultBase NumProjectionRegions.) | |
| Polarity | (Overrides LineMaxResultBase Polarity.) | |
| RMSError | (Overrides LineMaxResultBase RMSError.) | |
| TangentAngle | (Overrides LineMaxResultBase TangentAngle.) |
See Also