CogPMAlignResult GetPose Method Cognex VisionPro
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.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
Syntax

public CogTransform2DLinear GetPose()

Return Value

Type: CogTransform2DLinear

The CogTransform2DLinear containing the pose.

Remarks

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.

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