Freigeben über


DepthCorrelatedCoordinateMapper.UnprojectPoint Methode

Definition

Hebt die Projiziert einen 2D-Punkt von einer MediaFrameSource auf einen Punkt im 3D-Raum unter Verwendung von Tiefeninformationen aus dem DepthMediaFrame auf, aus dem die Koordinatenzuordnung erstellt wurde, mit einem Aufruf von 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

Parameter

sourcePoint
Point

Der 2D-Quellpunkt innerhalb der MediaFrameSource , der zugeordnet werden soll.

targetCoordinateSystem
SpatialCoordinateSystem

Das Koordinatensystem, auf das der Punkt nicht projektiert ist.

Gibt zurück

Vector3 Vector3

float3

Ein Punkt im 3D-Raum.

Gilt für: