Returns the position of the found font model's origin in the selected space of the input image.
Namespace: Cognex.VisionPro.OCAssembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 65.1.0.0
Syntax
Return Value
Type: CogTransform2DLinearThe returned pose.
Exceptions
| Exception | Condition |
|---|---|
| CogOCVNoFontModelFoundException | Score is 0. |
Remarks
Returns the position of the found font model's origin in the selected space of the input image. You can use the returned transform to find any point relative to the model in the selected space of the run-time input image.
Mapping the point (0, 0) through the returned CogTransform2DLinear returns the origin of the found model in the input image's selected space.
See Also