This class holds all of the result information from the SmartLineLineSelectorOperator Execute operation.
Inheritance Hierarchy
Cognex.Vision.SmartLine.Implementation ReadOnlyCollectionOfSmartLineResultPtr
Cognex.Vision.SmartLine SmartLineResults
Namespace: Cognex.Vision.SmartLine
Assembly: Cognex.Vision.SmartLine.Net (in Cognex.Vision.SmartLine.Net.dll) Version: 9.22.2.0
Syntax
The SmartLineResults type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CopyTo |
Copies all the elements of the collection to the specified one-dimensional array
starting at the specified destination array index. The index is specified as a 32-bit integer.
(Overrides ReadOnlyCollectionOfSmartLineResultPtr CopyTo( SmartLineResult , Int32).) | |
| Equals | Compares the equality of this object with another. (Overrides Object Equals(Object).) | |
| GetEnumerator |
Returns an IEnumerator for the collection.
(Overrides ReadOnlyCollectionOfSmartLineResultPtr GetEnumerator .) | |
| GetHashCode | Returns the hash code of this object. (Overrides Object GetHashCode .) | |
| GetItem | Get the item at the specified index. (Overrides ReadOnlyCollectionOfSmartLineResultPtr GetItem(Int32).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ResultLine | Gets the SmartLineResult corresponding to the provided class name. Returns null if the provided className is not found in the SmartLineResults collection. | |
| ToString | (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two SmartLineResults objects. | |
| Inequality | Compares the inequality of two SmartLineResults objects. |
Properties
| Name | Description | |
|---|---|---|
| Count | Get the number of elements contained in this collection. | |
| Handle | (Overrides ReadOnlyCollectionOfSmartLineResultPtr Handle.) | |
| Item | (Overrides ReadOnlyCollectionOfSmartLineResultPtr Item Int32 .) | |
| ProcessedInputImage | Get Gets the processed input image provided to the SmartLineSegmentOperator for segmentation. |
See Also