CogCalibCheckerboard DOFsToCompute Property Cognex VisionPro 9.5
This enumeration specifies which degrees of freedom will be allowed when computing the best-fit linear transformation between the uncalibrated points and the raw calibrated points. It is used only when the ComputationMode is linear.

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

public CogCalibCheckerboardDOFConstants DOFsToCompute { get; set; }

Property Value

Type: CogCalibCheckerboardDOFConstants
Events

Exceptions

ExceptionCondition
ArgumentException

The value is not in CogCalibCheckerboardDOFConstants.

Remarks

This enumeration specifies which degrees of freedom will be allowed when computing the best-fit linear transformation between the uncalibrated points and the raw calibrated points. It is used only when ComputationMode is Linear.

Default Value: ScalingAspectRotationSkewAndTranslation

See Also