An object that holds raw 16-bit pixel data of an image.
Cognex.Vision ShareableBase
Cognex.Vision Image16Root
Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
The Image16Root type exposes the following members.
| Name | Description | |
|---|---|---|
| Image16Root | Constructs a new instance of this class with default values. | |
| Image16Root(Int32, Int32) | Constructs a new instance of this class with the given storage allocated. |
| Name | Description | |
|---|---|---|
| Copy | Make a deep copy of the image root, the pixel memory is copied. | |
| Equals | Compares the equality of this object with another. (Overrides ShareableBase Equals(Object).) | |
| GetHashCode | Returns the hash code of this object. (Overrides ShareableBase GetHashCode .) | |
| GetRawPixelMemory | Gets an object that can be used to directly access the raw pixel data. The caller MUST call Dispose on this object when finished with it. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| Initialize | Initializes this IImage16RootBuffer. If scan0 and disposable are provided, it is initialized with the provided data. Otherwise, it is initialized with undefined data. | |
| ToString | Returns a human readable string that represents the object. |
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two Image16Root objects. | |
| Inequality | Compares the inequality of two Image16Root objects. |
| Name | Description | |
|---|---|---|
| Handle | (Overrides ShareableBase Handle.) | |
| Height | Returns the height of the pixel data. | |
| Width | Returns the width of the pixel data. |