Compartir a través de


PerceptionDepthCorrelatedCoordinateMapper.MapPixelsToTarget Método

Definición

Asigna un conjunto de píxeles del espacio de imagen de la cámara al espacio de imagen de profundidad.

public:
 virtual void MapPixelsToTarget(Platform::Array <Point> ^ sourceCoordinates, PerceptionDepthFrame ^ depthFrame, Platform::Array <Point> ^ results) = MapPixelsToTarget;
void MapPixelsToTarget(winrt::array_view <Point> const& sourceCoordinates, PerceptionDepthFrame const& depthFrame, winrt::array_view <Point> & results);
/// [Windows.Foundation.Metadata.Deprecated("PerceptionDepthCorrelatedCoordinateMapper may be unavailable after Windows Creator Update.  Use Windows.Media.Devices.Core.DepthCorrelatedCoordinateMapper instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
void MapPixelsToTarget(winrt::array_view <Point> const& sourceCoordinates, PerceptionDepthFrame const& depthFrame, winrt::array_view <Point> & results);
public void MapPixelsToTarget(Point[] sourceCoordinates, PerceptionDepthFrame depthFrame, Point[] results);
[Windows.Foundation.Metadata.Deprecated("PerceptionDepthCorrelatedCoordinateMapper may be unavailable after Windows Creator Update.  Use Windows.Media.Devices.Core.DepthCorrelatedCoordinateMapper instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public void MapPixelsToTarget(Point[] sourceCoordinates, PerceptionDepthFrame depthFrame, Point[] results);
function mapPixelsToTarget(sourceCoordinates, depthFrame, results)
Public Sub MapPixelsToTarget (sourceCoordinates As Point(), depthFrame As PerceptionDepthFrame, results As Point())

Parámetros

sourceCoordinates
Point[]

Un conjunto de coordenadas de píxeles, en el espacio de la imagen de la cámara.

depthFrame
PerceptionDepthFrame

Marco de profundidad al que se van a asignar los píxeles.

results
Point[]

Asignación de la coordenada de píxeles al espacio de imagen de profundidad.

Atributos

Se aplica a