Represents the result of a segmentation process.
Inheritance Hierarchy
Cognex.Vision ShareableBase
Cognex.Vision.ViDiEL SegmentResult
Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELSegment.Net (in Cognex.Vision.ViDiELSegment.Net.dll) Version: 9.10.0.0
Syntax
The SegmentResult type exposes the following members.
Methods
| 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. |
Operators
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two SegmentResult objects. | |
| Inequality | Compares the inequality of two SegmentResult objects. |
Properties
| Name | Description | |
|---|---|---|
| ClassItem | Gets the class item which the result is assigned to. | |
| Handle | (Overrides ShareableBase Handle.) | |
| Heatmap | Get Gets the image which represents the segmentation result as a heatmap. |
See Also