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.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | The 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. | |
| TranslationX | 1 | The transformation computed by the calibration will contain only translation in the X direction. | |
| TranslationY | 2 | The transformation computed by the calibration will contain only translation in the Y direction. | |
| Translation | 3 | The transformation computed by the calibration will contain only translation. | |
| RotationAndTranslation | 4 | The transformation computed by the calibration will contain only rigid rotation and translation. | |
| ScalingRotationAndTranslation | 5 | The transformation computed by the calibration will contain uniform scaling, rigid rotation, and translation. | |
| ScalingAspectRotationAndTranslation | 6 | The transformation computed by the calibration will contain nonuniform scaling, rigid rotation, and translation. | |
| ScalingAspectRotationSkewAndTranslation | 7 | The 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