CameraIntrinsics.DistortPoint(Point) Method

Definition

Applies the distortion model of the camera to an undistorted point so that the resulting point's location is distorted as if it were captured by the camera's lens.

public:
 virtual Point DistortPoint(Point input) = DistortPoint;
Point DistortPoint(Point const& input);
public Point DistortPoint(Point input);
function distortPoint(input)
Public Function DistortPoint (input As Point) As Point

Parameters

input
Point

The point to undestort.

Returns

An undistorted point.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to