This enumeration specifies how the best-fit transformation between the uncalibrated points and the raw calibrated points will be computed. Only linear computations are supported in this release.
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 |
|---|---|
| CogCalibNPointToNPoint Changed | Fires if the transformation is not computed. The following state flag may be affected: |
| CogCalibNPointToNPoint Changed | Fires if results must be recomputed using the transform. The following state flags may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The supplied value is not a valid member of the CogCalibFixComputationModeConstants enumeration. |
Remarks
Returns or sets how the best-fit transformation between the uncalibrated points and the raw calibrated points will be computed. This release supports only linear computations.
Default Value: Linear
See Also