ICogImage24PlanarColorData InterfaceCognex VisionPro
Interface that allows direct access to all three planes of 8-bit image data.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public interface ICogImage24PlanarColorData

The ICogImage24PlanarColorData type exposes the following members.

Methods

  NameDescription
Public methodGet24PlanarColorPixelMemory
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.
Top
Remarks

Interface that allows direct access to all three planes of 8-bit image data.

See Also