Object that defines the calibrated space for calibration. It contains the parameters for computing the space (uncalibrated points, corresponding raw calibrated points, 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: 75.1.0.0
Syntax
Property Value
Type: CogCalibNPointToNPointEvents
| 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 non-NULL object is not a CogCalibNPointToNPoint object. |
Remarks
Object that defines the calibrated space for calibration. It contains the CogCalibNPointToNPoint for computing the space (uncalibrated points, corresponding raw calibrated points, an optional adjustment transform) and a Calibrate method that does the computation.
Note: Changing this property causes the CurrentRecord to invalidate.
See Also