Constants to help specify which aspect of a particular search degree of freedom (DOF) is being accessed. Only one such attribute may be accessed at a time.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Nominal | 0 | Selects the Nominal value of a particular DOF. This is the value used when the subject DOF is not enabled. | |
| LowerLimit | 1 | Selects the LowerLimit value of a particular DOF. This is the lower limit of the range searched when the subject DOF is enabled. | |
| UpperLimit | 2 | Selects the UpperLimit value of a particular DOF. This is the upper limit of the range searched when the subject DOF is enabled. | |
| Overlap | 3 | Selects the Overlap value of a particular DOF. This is the amount by which two instances must overlap in order to be considered the same result. |
See Also