CogPixelMapTool OutputImage Property Cognex VisionPro 9.8
Gets the output image from the last call to the Run method. A new instance of ICogImage is created for each run of the tool.

Namespace: Cognex.VisionPro.PixelMap
Assembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 75.1.0.0
Syntax

public ICogImage OutputImage { get; }

Property Value

Type: ICogImage
The output image. This is a CogImage8Grey or CogImage16Grey object which will be null if the last call to Run() failed.
See Also