CogCalibCheckerboard ComputationMode Property Cognex VisionPro 9.7
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.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 73.0.0.0
Syntax

public CogCalibFixComputationModeConstants ComputationMode { get; set; }

Property Value

Type: CogCalibFixComputationModeConstants
Events

Event TypeReason
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

Step 3 and higher with nonlinear warping

Exceptions

ExceptionCondition
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