Returns the overall position of the pattern in the selected space of the input image.
Namespace: Cognex.VisionPro.OCAssembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 65.1.0.0
Syntax
Return Value
Type: CogTransform2DLinearThe 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