CogTransform2DPerspectiveAndRadial Invert Method Cognex VisionPro 9.20
Returns a new transform which is the inverse of this one.

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

public CogTransform2DPerspectiveAndRadial Invert()

Return Value

Type: CogTransform2DPerspectiveAndRadial

The inverted transformation.

Exceptions

ExceptionCondition
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