CameraIntrinsics.DistortPoint(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.
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)
|