ICogImage8GreyData InterfaceCognex VisionPro 9.8 SR1
Interface that allows direct access to 8-bit grey scale pixel data.

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

public interface ICogImage8GreyData

The ICogImage8GreyData type exposes the following members.

Methods

  NameDescription
Public methodGet8GreyPixelMemory
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
Remarks

Interface that provides direct access to pixel memory as 8-bit grey-scale values.

See Also