Transform2DComposed InvertBase Method Cognex VisionPro 9.25 SR1

Returns a new transform which is the inverse of this one.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.0
Syntax

public ITransform2D InvertBase()

Return Value

Type: ITransform2D

Implements

ITransform2D InvertBase 
Remarks

Returns a transform that is the inverse of this transform. If a transform maps points from space A to space B, the inverse of the transform maps points from space B to space A. InvertBase performs the same operation as the Invert method of Transform2DLinear. The only difference is the type of the returned transform.

See Also