Returns a new linear transform which best describes this transform at the given point. The point must be expressed in 'from' coordinates.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 93.1.0.0
Syntax
Parameters
- x
- Type: System Double
The x-coordinate for the point, expressed in Fromcoordinates.
- y
- Type: System Double
The y-coordinate for the point, expressed in From coordinates.
Return Value
Type: CogTransform2DLinearThe linear transform that best describes this transform at the given point.
Remarks
Returns a new linear transform that best describes this transform at the given point.
See Also