CogTransform2DPerspectiveAndRadial LinearSkew Property Cognex VisionPro 9.7
Returns/sets the skew of this transform (in radians).

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

public double LinearSkew { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogTransform2DPerspectiveAndRadial Changed

Fires when this property changes.

The following state flags may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    The new value is π/2 or −π/2 when normalized to the range π to −π.

    Remarks

    The linear skew of this transform (in radians).

    See Also