다음을 통해 공유


DepthCorrelatedCoordinateMapper.UnprojectPoints 메서드

정의

TryCreateCoordinateMapper를 호출하여 좌표 매퍼를 만든 DepthMediaFrame의 깊이 정보를 사용하여 MediaFrameSource에서 3D 공간의 지점으로 2D 점 배열을 보호 해제합니다.

public:
 virtual void UnprojectPoints(Platform::Array <Point> ^ sourcePoints, SpatialCoordinateSystem ^ targetCoordinateSystem, Platform::Array <float3> ^ results) = UnprojectPoints;
void UnprojectPoints(winrt::array_view <Point> const& sourcePoints, SpatialCoordinateSystem const& targetCoordinateSystem, winrt::array_view <float3> & results);
public void UnprojectPoints(Point[] sourcePoints, SpatialCoordinateSystem targetCoordinateSystem, Vector3[] results);
function unprojectPoints(sourcePoints, targetCoordinateSystem, results)
Public Sub UnprojectPoints (sourcePoints As Point(), targetCoordinateSystem As SpatialCoordinateSystem, results As Vector3())

매개 변수

sourcePoints
Point[]

매핑할 MediaFrameSource 내의 2D 원본 지점 배열입니다.

targetCoordinateSystem
SpatialCoordinateSystem

점이 보호되지 않는 좌표계입니다.

results

Vector3[]

Vector3[]

float3[]

3D 공간의 점 배열입니다.

적용 대상