The train item class. The class holds the image id and label id.
Inheritance Hierarchy
Cognex.Vision ShareableBase
Cognex.Vision.ViDiEL ClassifyTrainItem
Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELClassify.Net (in Cognex.Vision.ViDiELClassify.Net.dll) Version: 9.21.0.0
Syntax
The ClassifyTrainItem 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 ClassifyTrainItem objects. | |
| Inequality | Compares the inequality of two ClassifyTrainItem objects. |
Properties
| Name | Description | |
|---|---|---|
| ClassId | Gets the class Id. | |
| Handle | (Overrides ShareableBase Handle.) | |
| ImageId | Gets the image Id. |
Remarks
The class is readonly and can only be constructed through the ClassifyPattern AddTrainItem method.
See Also