DepthCorrelatedCoordinateMapper.UnprojectPoints 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
점이 보호되지 않는 좌표계입니다.