DepthCorrelatedCoordinateMapper.UnprojectPoints Metodo

Definizione

Unprojects an array of 2D point from a MediaFrameSource to a point in 3D space, using depth information from the DepthMediaFrame from the coordinate mapper from a call to TryCreateCoordinateMapper.

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())

Parametri

sourcePoints
Point[]

Matrice di punti di origine 2D all'interno di MediaFrameSource da mappare.

targetCoordinateSystem
SpatialCoordinateSystem

Sistema di coordinate a cui i punti non vengono proiettati.

results

Vector3[]

Vector3[]

float3[]

Matrice di punti nello spazio 3D.

Si applica a