ICogImage8Root InterfaceCognex VisionPro 9.24
Interface to a root object that holds raw 8-bit pixel data of an image.

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

public interface ICogImage8Root

The ICogImage8Root type exposes the following members.

Methods

  NameDescription
Public methodGetRawPixelMemory
Gets an object that can be used to directly access the raw pixel data. The caller MUST call Dispose on this object when finished with it.
Top
Properties

  NameDescription
Public propertyHeight
Returns the height of the pixel data.
Public propertyWidth
Returns the width of the pixel data.
Top
Remarks

Interface to a root object that holds raw 8-bit pixel data of an image.

Note: This interface is intended for Cognex use only.

See Also