Returns a new transform which is the inverse of this one.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 91.0.0.0
Syntax
Return Value
Type: CogTransform2DPerspectiveAndRadialThe inverted transformation.
Exceptions
| Exception | Condition |
|---|---|
| CogTransformSingularException | The transform is singular. |
Remarks
Returns a new transform which is the inverse of this one.
Note: The inverse of a CogTransform2DPerspectiveAndRadial transformation is simply a copy of the object with the Inverted flag set to the opposite value.
See Also