CogTransform2DPerspectiveAndRadial PerspectiveDY Property Cognex VisionPro
Returns/sets the planar perspective coefficient PDY. This controls perspective in the unmapped Y direction. Zero means no Y perspective, positive value tilts plane away with increasing unmapped Y, negative tilts plane away with decreasing unmapped Y.

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

public double PerspectiveDY { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogTransform2DPerspectiveAndRadial Changed

Fires when this property changes.

The following state flags may be affected:

    Remarks

    Returns/sets the planar perspective coefficient PDY. This controls perspective in the unmapped Y direction. Zero means no Y perspective, positive value tilts plane away with increasing unmapped Y, negative tilts plane away with decreasing unmapped Y.

    See Also