CogNPointToNPoint ComputationMode Property Cognex VisionPro 9.5
This enumeration specifies how the best-fit transformation between the 'group A' points and the 'group B' points will be computed. Only linear computations are supported in this release.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 69.0.0.0
Syntax

public CogCalibFixComputationModeConstants ComputationMode { get; set; }

Property Value

Type: CogCalibFixComputationModeConstants
Events

Event TypeReason
CogNPointToNPoint Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The supplied value is not a valid member of the CogCalibFixComputationModeConstants enumeration.

Remarks

Returns or sets how the best-fit transformation between the "group A" points and the "group B" points will be computed. This release supports only linear computations.

Default Value: Linear

See Also