CogCalibCheckerboardTool OutputImage Property Cognex VisionPro 9.21
Output image from the last Run of the tool. This image contains (possibly warped) pixels from the input image. It also contains the calibrated coordinate space. Its SelectedSpaceName is controlled by the SpaceToOutput property of the RunParams.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 83.0.0.0
Syntax

public ICogImage OutputImage { get; }

Property Value

Type: ICogImage
Remarks

The output image from the last run of the tool. If you have specified PerspectiveAndRadialWarp for the ComputationMode, then the pixels in the input image were warped to produce this output image.

In all cases, the tool adds the calibrated space to the OutputImage's space tree. The SelectedSpaceName is determined by the SpaceToOutput property.

See Also