CogOCVResults GetPose Method Cognex VisionPro
Returns the overall position of the pattern 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.

Remarks

Returns the overall position of the pattern in the selected space of the input image. You can use the returned transform to find any point relative to the pattern in the selected space of the run-time input image.

Mapping the point (0, 0) through the returned CogTransform2DLinear returns the origin of the trained pattern in the input image's selected space.

See Also