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.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 73.0.0.0
Syntax
Property Value
Type: CogCalibCheckerboardEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the value of this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| 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