CogOCVMaxDOFConstants EnumerationCognex VisionPro
Constants used to specify search degree(s) of freedom (DOFs).

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax

[FlagsAttribute]
public enum CogOCVMaxDOFConstants
Members

  Member nameValueDescription
None0No search degrees of freedom.
Rotation1Angular search degree of freedom.
Scale2Uniform scale search degree of freedom.
ScaleX4Scale in the X direction search degree of freedom.
ScaleY8Scale in the Y direction search degree of freedom.
Shear16Shear search degree of freedom.
Aspect8192Aspect ratio. Only used to report a DOF violation in the character, line, result, or arrangement result(s). Ignored by CogOCVMaxSearchParams::DOFEnable property.
TranslationX16384Translation in the X direction. Only used to report a DOF violation in the character, line, result, or arrangement result(s). Ignored by CogOCVMaxSearchParams::DOFEnable property.
TranslationY32768Translation in the Y direction. Only used to report a DOF violation in the character, line, result, or arrangement result(s). Ignored by CogOCVMaxSearchParams::DOFEnabled property.
All-1All search degrees of freedom.
See Also