Output image from the last invocation of the tool's Run method. This image shares the pixels and the coordinate spaces of the input image. Its SelectedSpaceName is controlled by the SpaceToOutput property of the RunParams.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 91.0.0.0
Syntax
Property Value
Type: ICogImageRemarks
The output image from the last invocation of the tool's Run method. This image shares the pixels and the coordinate spaces of the input image. The SpaceToOutput property of the CogCalibNPointToNPointRunParams object controls the selected space name of the output image.
Note: Unless the last run of the tool was successful, the output image will be NULL or Nothing.
See Also