CogCalibCheckerboardDOFConstants EnumerationCognex VisionPro 9.5
Enumeration that specifies which degrees of freedom will be computed during checkerboard calibration. These enumeration values are applicable only if the computation mode is linear.

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

[FlagsAttribute]
public enum CogCalibCheckerboardDOFConstants
Members

  Member nameValueDescription
None0The transformation returned by the calibration will be the identity transform. It will have unity scale and aspect. It will contain no rotation, skew, or translation. No image of the calibration plate is required for this DOF computation.
TranslationX1The transformation computed by the calibration will contain only translation in the X direction.
TranslationY2The transformation computed by the calibration will contain only translation in the Y direction.
Translation3The transformation computed by the calibration will contain only translation.
RotationAndTranslation4The transformation computed by the calibration will contain only rigid rotation and translation.
ScalingRotationAndTranslation5The transformation computed by the calibration will contain uniform scaling, rigid rotation, and translation.
ScalingAspectRotationAndTranslation6The transformation computed by the calibration will contain nonuniform scaling, rigid rotation, and translation.
ScalingAspectRotationSkewAndTranslation7The transformation computed by the calibration will contain nonuniform scaling, skewed rotation, and translation.
Remarks

Enumeration that specifies which degrees of freedom will be computed during checkerboard calibration. These enumeration values are applicable only if ComputationMode is Linear.

See Also