Enumeration that specifies which degrees of freedom will be computed during the N point to N point fitting operation.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | The transformation returned by the N point to N point fitting will be the identity transform. It will have unity scale and aspect. It will contain no rotation, skew, or translation. No points are required for this DOF computation. | |
| TranslationX | 1 | The transformation computed by the N point to N point fitting will contain only translation in the X direction. At least one pair of points is required for this DOF computation. | |
| TranslationY | 2 | The transformation computed by the N point to N point fitting will contain only translation in the Y direction. At least one pair of points is required for this DOF computation. | |
| Translation | 3 | The transformation computed by the N point to N point fitting will contain only translation. At least one pair of points is required for this DOF computation. | |
| RotationAndTranslation | 4 | The transformation computed by the N point to N point fitting will contain only rigid rotation and translation. At least two pairs of points are required for this DOF computation. | |
| ScalingRotationAndTranslation | 5 | The transformation computed by the N point to N point fitting will contain uniform scaling, rigid rotation, and translation. At least two pairs of points are required for this DOF computation. | |
| ScalingAspectRotationAndTranslation | 6 | The transformation computed by the N point to N point fitting will contain nonuniform scaling, rigid rotation, and translation. At least three pairs of points are required for this DOF computation. | |
| ScalingAspectRotationSkewAndTranslation | 7 | The transformation computed by the N point to N point fitting will contain nonuniform scaling, skewed rotation, and translation. At least three pairs of points are required for this DOF computation. |
Remarks
Enumeration that specifies which degrees of freedom (DOFs) will be computed during the N-point-to-N-point fitting operation.
See Also