CogCalibNPointToNPointTool Calibration Property Cognex VisionPro 9.8
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.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 75.1.0.0
Syntax

public CogCalibNPointToNPoint Calibration { get; set; }

Property Value

Type: CogCalibNPointToNPoint
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 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