CogCalibCheckerboardTool InputImage Property Cognex VisionPro 9.10
The pixels of this image become the pixels of the output image (possibly via warping). This image is typically not an image of the calibration plate. Its selected space is the uncalibrated space.

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

public ICogImage InputImage { get; set; }

Property Value

Type: ICogImage
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

The input image for the tool. If you have specified PerspectiveAndRadialWarp for the ComputationMode, then the pixels in the input image are warped to produce the output image.

In all cases, the tool adds the calibrated space to the OutputImage's space tree.

See Also