Partager via


DepthCorrelatedCoordinateMapper.UnprojectPoint Méthode

Définition

Annule la projection d’un point 2D d’un MediaFrameSource vers un point dans l’espace 3D, en utilisant les informations de profondeur du DepthMediaFrame à partir duquel le mappeur de coordonnées a été créé avec un appel à TryCreateCoordinateMapper.

public:
 virtual float3 UnprojectPoint(Point sourcePoint, SpatialCoordinateSystem ^ targetCoordinateSystem) = UnprojectPoint;
float3 UnprojectPoint(Point const& sourcePoint, SpatialCoordinateSystem const& targetCoordinateSystem);
public Vector3 UnprojectPoint(Point sourcePoint, SpatialCoordinateSystem targetCoordinateSystem);
function unprojectPoint(sourcePoint, targetCoordinateSystem)
Public Function UnprojectPoint (sourcePoint As Point, targetCoordinateSystem As SpatialCoordinateSystem) As Vector3

Paramètres

sourcePoint
Point

Point source 2D dans mediaFrameSource à mapper.

targetCoordinateSystem
SpatialCoordinateSystem

Système de coordonnées vers lequel le point n’est pas projeté.

Retours

Vector3 Vector3

float3

Point dans l’espace 3D.

S’applique à