CogNPointToNPointDOFConstants EnumerationCognex VisionPro 9.7
Enumeration that specifies which degrees of freedom will be computed during the N point to N point fitting operation.

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

[FlagsAttribute]
public enum CogNPointToNPointDOFConstants
Members

  Member nameValueDescription
None0The 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.
TranslationX1The 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.
TranslationY2The 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.
Translation3The 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.
RotationAndTranslation4The 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.
ScalingRotationAndTranslation5The 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.
ScalingAspectRotationAndTranslation6The 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.
ScalingAspectRotationSkewAndTranslation7The 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