Specifies how an individual character's position in the returned arrangement was computed.
Namespace: Cognex.VisionPro.OCAssembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 85.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Matched | 0 | The character was matched to an appropriate representation in the image, and its position determined from that representation. | |
| Inferred | 1 | The character was not matched to the image, but it occurs within the interior of a text line, and its position is inferred from the poses of surrounding matched characters. | |
| Unknown | 2 | Unknown: The character was not matched to the image, and it occurs within its own text line. Its pose is completely unknown and is simply returned as the identity pose. |
See Also