CogOCVResult GetPose Method Cognex VisionPro
Returns the position of the found font model's origin in the selected space of the input image.

Namespace: Cognex.VisionPro.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 65.1.0.0
Syntax

public CogTransform2DLinear GetPose()

Return Value

Type: CogTransform2DLinear

The returned pose.

Exceptions

ExceptionCondition
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