CogTransform2DPerspectiveAndRadial PerspectiveXY Property Cognex VisionPro 9.8 SR1
Returns/sets the planar perspective coefficient PXY, as applied in: Xp = (PXX*X + PXY*Y + PXC)/(PDX*X + PDY*Y +1) where X and Y are unmapped coordinates.

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

public double PerspectiveXY { 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 PXY, as applied in: Xp = (PXX*X + PXY*Y + PXC)/(PDX*X + PDY*Y +1) where X and Y are unmapped coordinates. This corresponds to element (0,1) of the matrix used to denote a 2D linear transformation.

    See Also