CameraIntrinsics.UndistortPoint(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 a point to compensate for the distortion model of the camera, resulting in an undistorted point.
public:
virtual Point UndistortPoint(Point input) = UndistortPoint;
Point UndistortPoint(Point const& input);
public Point UndistortPoint(Point input);
function undistortPoint(input)
Public Function UndistortPoint (input As Point) As Point
Parameters
- input
- Point
The point to undistort.
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)
|