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.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
Syntax
Return Value
Type: CogTransform2DLinearThe 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