CogTransform2DLinescan InvertBase Method Cognex VisionPro
Returns a new transform which is the inverse of this one.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public virtual ICogTransform2D InvertBase()

Return Value

Type: ICogTransform2D

The inverted transform.

Implements

ICogTransform2D 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 CogTransform2DLinear. The only difference is the type of the returned transform: ICogTransform2DLinear's InvertBase  method returns an ICogTransform2DLinear interface.

See Also