CogTransform2DPerspectiveAndRadial Inverted Property Cognex VisionPro 9.20
Returns false if this transform represents the forward perspective and radial transform specified by its properties. Returns true if this transform represents the inverse of the forward transform specified by the properties.

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

public bool Inverted { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
CogTransform2DPerspectiveAndRadial Changed

Fires when this property changes.

The following state flags may be affected:

    Remarks

    False if this transform represents the forward perspective and radial transform specified by its properties; true if this transform represents the inverse of the forward transform specified by the properties.

    Note: The various transformation parameter properties (such as PerspectiveDX) always represent the transformation in the forward direction. Even when a transformation is inverted, you still specify the parameters as if it were uninverted. The Inverted property determines which direction the transformation operates in, not how it is parameterized.

    See Also