The image item class. The class holds an image and a unique identifier.
Inheritance Hierarchy
Cognex.Vision ShareableBase
Cognex.Vision.ViDiEL ClassifyImageItem
Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELClassify.Net (in Cognex.Vision.ViDiELClassify.Net.dll) Version: 9.10.0.0
Syntax
The ClassifyImageItem 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 ClassifyImageItem objects. | |
| Inequality | Compares the inequality of two ClassifyImageItem objects. |
Properties
| Name | Description | |
|---|---|---|
| Handle | (Overrides ShareableBase Handle.) | |
| Id | Gets the unique id for this item. The unique id consists of "image_" + a unique index. | |
| Image | Gets the image. Note that the image is the subsampled image and not the original training image. The subsampling is done when the AddImage is called. |
Remarks
The class is readonly and can only be constructed through the ClassifyPattern AddImage method.
See Also