Returns a new transform which is the inverse of this one.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax
Return Value
Type: ICogTransform2DThe inverted transform.
Implements
ICogTransform2D InvertBaseRemarks
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