Class for a single smart line result. Provides information about the assigned LineMax result and Segmenter result.
Cognex.Vision ShareableBase
Cognex.Vision.SmartLine SmartLineResult
Namespace: Cognex.Vision.SmartLine
Assembly: Cognex.Vision.SmartLine.Net (in Cognex.Vision.SmartLine.Net.dll) Version: 9.22.2.0
The SmartLineResult type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides ShareableBase Equals(Object).) | |
| GetHashCode | Returns the hash code of this object. (Overrides ShareableBase GetHashCode .) | |
| 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. |
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two SmartLineResult objects. | |
| Inequality | Compares the inequality of two SmartLineResult objects. |
| Name | Description | |
|---|---|---|
| ConsideredSegmentResults | Get Gets the Segment Result collection which contains all the considered Segmenter results. Only those items contained which threshold was higher than the given Threshold. The results below that number are discarded. | |
| Handle | (Overrides ShareableBase Handle.) | |
| LineMaxResult | Gets the LineMaxResult. | |
| Score | Gets the calculated score of the current LineMax result and Segmenter result assignment. | |
| SegmentResult | Gets the segment result which is the most likely candidate from all the possible segmenter results. This is the highest scored element from the ConsideredSegmentResults. |