Interface to a root object that holds raw 8-bit pixel data of an image in a static buffer.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 93.1.0.0
Syntax
The ICogImage8RootBuffer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| 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. (Inherited from ICogImage8Root.) | |
| Initialize | Initializes the root with the buffered data. If the Disposable parameter is non-NULL, its Dispose method will be called when the memory is no longer needed. |
Properties
| Name | Description | |
|---|---|---|
| Height | Returns the height of the pixel data. (Inherited from ICogImage8Root.) | |
| Width | Returns the width of the pixel data. (Inherited from ICogImage8Root.) |
Remarks
Interface to a root object that holds raw 8-bit pixel data of an image in a static buffer.
See Also