Constants used to specify which poses to compute at run time. Computing poses takes additional execution time and may not be needed in all applications. Note that poses of individual characters are always computed.
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 | Do not compute any of the optional poses (neither line nor paragraph nor arrangement). | |
| Line | 1 | Compute line poses. | |
| Paragraph | 2 | Compute paragraph poses. | |
| Arrangement | 4 | Compute arrangement poses. | |
| All | -1 | Compute all poses. |
See Also