다음을 통해 공유


CameraIntrinsics.DistortPoint(Point) 메서드

정의

카메라의 왜곡 모델을 왜곡되지 않은 지점에 적용하여 결과 지점의 위치가 카메라의 렌즈에 의해 캡처된 것처럼 왜곡되도록 합니다.

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

매개 변수

input
Point

수집되지 않는 지점입니다.

반환

왜곡되지 않은 지점입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)

적용 대상