CogRLEBuffer CreateImage8Grey Method Cognex VisionPro 9.10
Create an image from this CogRLEBuffer.

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

public CogImage8Grey CreateImage8Grey()

Return Value

Type: CogImage8Grey

The image.

Exceptions

ExceptionCondition
CogRLEBufferNotInitializedException

The RLE buffer is not initialized.

Remarks

Create an image from this CogRLEBuffer.

See Also