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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax
Property Value
Type: BooleanEvents
| Event Type | Reason |
|---|---|
| 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