CogCalibCheckerboardTool Calibration Property Cognex VisionPro
Object that defines the calibrated space for calibration. It contains the parameters for computing the space (an image of the checkerboard plate, an optional adjustment transform) and a Calibrate method that does the computation.

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

public CogCalibCheckerboard Calibration { get; set; }

Property Value

Type: CogCalibCheckerboard
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
InvalidCastException

The supplied object is not really a CogCalibCheckerboard object.

Remarks

Operator object that defines the calibrated space for calibration. It contains the parameters for computing the space (an image of the checkerboard plate, an optional adjustment transform) and a Calibrate method that does the computation.

Default Value: A default-constructed CogCalibCheckerboard object.

See Also