CogCalibCheckerboardTool RunParams Property Cognex VisionPro 9.7
The runtime parameters for checkerboard calibration. They include the name of the calibrated space, an enumeration that specifies the selected space of the calibrated image, and options for filling boundary pixels during nonlinear warping.

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

public CogCalibCheckerboardRunParams RunParams { get; set; }

Property Value

Type: CogCalibCheckerboardRunParams
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

The runtime parameters for checkerboard calibration. They include the name of the calibrated space, an enumeration that specifies the selected space of the calibrated image, and options for filling boundary pixels during nonlinear warping.

See Also