This class holds all of the result information from a segmentation operation.
Inheritance Hierarchy
Cognex.Vision.ELCore.Implementation ReadOnlyCollectionOfISegmentResultPtr
Cognex.Vision.ELCore SegmentResults
Namespace: Cognex.Vision.ELCore
Assembly: Cognex.Vision.ELCore.Net (in Cognex.Vision.ELCore.Net.dll) Version: 9.22.2.0
Syntax
The SegmentResults 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 ReadOnlyCollectionOfISegmentResultPtr CopyTo( ISegmentResult , Int32).) | |
| Equals | Compares the equality of this object with another. (Overrides Object Equals(Object).) | |
| GetEnumerator |
Returns an IEnumerator for the collection.
(Overrides ReadOnlyCollectionOfISegmentResultPtr GetEnumerator .) | |
| GetHashCode | Returns the hash code of this object. (Overrides Object GetHashCode .) | |
| GetItem | Get the item at the specified index. (Overrides ReadOnlyCollectionOfISegmentResultPtr GetItem(Int32).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two SegmentResults objects. | |
| Inequality | Compares the inequality of two SegmentResults objects. |
Properties
| Name | Description | |
|---|---|---|
| BoundedInputImage | Gets the bounded input image based on the input image and region provided for segmentation. | |
| Count | Get the number of elements contained in this collection. | |
| Handle | (Overrides ReadOnlyCollectionOfISegmentResultPtr Handle.) | |
| Item | (Overrides ReadOnlyCollectionOfISegmentResultPtr Item Int32 .) |
See Also