Interface that allows direct access to all three planes of 8-bit image data.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
The ICogImage24PlanarColorData type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Get24PlanarColorPixelMemory | Get objects that can be used to directly access each plane of pixel memory. The caller MUST call Dispose on each of these objects when finished with them. |
Remarks
Interface that allows direct access to all three planes of 8-bit image data.
See Also