This enumeration specifies how the best-fit transformation between the uncalibrated points and the raw calibrated points will be computed. You can choose a linear computation or a nonlinear one (with runtime image warping).
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Syntax
Property Value
Type: CogCalibFixComputationModeConstantsEvents
| Event Type | Reason |
|---|---|
| CogCalibCheckerboard Changed | Fires when the value of this property changes. The following state flag may be affected: |
| CogCalibCheckerboard Changed | Fires when the value of this property changes and full or partial calibration is completed. The actual state flags affected depend on which calibration steps were completed. Calibration StepState Flags AffectedStep 2 and higher
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The mode is not in CogCalibFixComputationModeConstants. |
Remarks
How the best-fit transformation between the uncalibrated points detected in the CalibrationImage and the raw calibrated points is computed. You can choose a linear computation or a nonlinear one (with runtime image warping).
Default Value: Linear
See Also