CameraIntrinsics.DistortPoints(Point[], Point[]) Method

Definition

Applies the distortion model of the camera to an array of undistorted points so that the resulting points' locations are distorted as if they were captured by the camera's lens.

public:
 virtual void DistortPoints(Platform::Array <Point> ^ inputs, Platform::Array <Point> ^ results) = DistortPoints;
void DistortPoints(winrt::array_view <Point> const& inputs, winrt::array_view <Point> & results);
public void DistortPoints(Point[] inputs, Point[] results);
function distortPoints(inputs, results)
Public Sub DistortPoints (inputs As Point(), results As Point())

Parameters

inputs
Point[]

The array of points to undestort.

results
Point[]

An array of undistorted points.

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