CogSearchMaxResult GetPose Method Cognex VisionPro 9.8
Gets the transform from "Pattern Space" to the selected space of the run-time input image. This transform can be used to find any point relative to the pattern in the selected space of the run-time input image.

Namespace: Cognex.VisionPro.SearchMax
Assembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 75.1.0.0
Syntax

public CogTransform2DLinear GetPose()

Return Value

Type: CogTransform2DLinear
The transform containing the pose.
Remarks

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