Interface that allows direct access to 8-bit grey scale pixel data.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
The ICogImage8GreyData type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Get8GreyPixelMemory | Gets an object that can be used to directly access pixel memory. The caller MUST call Dispose on this object when finished with it. |
Remarks
Interface that provides direct access to pixel memory as 8-bit grey-scale values.
See Also