Constants used to specify search degree(s) of freedom (DOFs).
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No search degrees of freedom. | |
| Rotation | 1 | Angular search degree of freedom. | |
| Scale | 2 | Uniform scale search degree of freedom. | |
| ScaleX | 4 | Scale in the X direction search degree of freedom. | |
| ScaleY | 8 | Scale in the Y direction search degree of freedom. | |
| Shear | 16 | Shear search degree of freedom. | |
| Aspect | 8192 | Aspect ratio. Only used to report a DOF violation in the character, line, result, or arrangement result(s). Ignored by CogOCVMaxSearchParams::DOFEnable property. | |
| TranslationX | 16384 | Translation 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. | |
| TranslationY | 32768 | Translation 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 | -1 | All search degrees of freedom. |
See Also