CameraIntrinsics.UndistortPoints(Point[], Point[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Transforms an array of points to compensate for the distortion model of the camera, resulting in an array of undistorted points.
public:
virtual void UndistortPoints(Platform::Array <Point> ^ inputs, Platform::Array <Point> ^ results) = UndistortPoints;
void UndistortPoints(winrt::array_view <Point> const& inputs, winrt::array_view <Point> & results);
public void UndistortPoints(Point[] inputs, Point[] results);
function undistortPoints(inputs, results)
Public Sub UndistortPoints (inputs As Point(), results As Point())
Parameters
- inputs
- Point[]
The array of points to undistort.
- 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)
|