ICogImage16GreyData InterfaceCognex VisionPro 9.5
Interface that allows direct access to 16-bit grey scale pixel data.

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

public interface ICogImage16GreyData

The ICogImage16GreyData type exposes the following members.

Methods

  NameDescription
Public methodGet16GreyPixelMemory
Gets an object that can be used to directly access pixel memory. The caller MUST call Dispose on this object when finished with it.
Top
See Also