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.PixelMapAssembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 93.1.0.0
Syntax
Property Value
Type: ICogImageThe output image. This is a CogImage8Grey or CogImage16Grey object which will be null if the last call to Run() failed.
See Also