Partager via


DepthCorrelatedCoordinateMapper.UnprojectPoints Méthode

Définition

Déprojete un tableau de points 2D d’un MediaFrameSource à un point dans l’espace 3D, à l’aide des informations de profondeur du DepthMediaFrame à partir duquel le mappeur de coordonnées a été créé avec un appel à 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())

Paramètres

sourcePoints
Point[]

Tableau de points sources 2D dans mediaFrameSource à mapper.

targetCoordinateSystem
SpatialCoordinateSystem

Système de coordonnées sur lequel les points ne sont pas projetés.

results

Vector3[]

Vector3[]

float3[]

Tableau de points dans l’espace 3D.

S’applique à