Constants used to specify the amount of refinement done on the transform that represents the deformation for a particular character.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Perform no refinement. There may be small amounts of error in the transform. | |
| Coarse | 1 | The transform will be refined to a limited accuracy. | |
| Stretch | 2 | The transform will be refined as with Coarse, but will also be refined to resolve high-level inaccuracies (extreme warping of a character). | |
| Fine | 3 | The transform will be refined as with Stretch, but will additionally be refined to a high accuracy. |
See Also