Partager via


PerceptionDepthCorrelatedCoordinateMapper Classe

Définition

Fournit des méthodes pratiques pour mapper les coordonnées de pixels dans l’espace d’image de l’appareil photo à l’espace d’image de profondeur.

public ref class PerceptionDepthCorrelatedCoordinateMapper sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PerceptionDepthCorrelatedCoordinateMapper final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [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")]
class PerceptionDepthCorrelatedCoordinateMapper final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PerceptionDepthCorrelatedCoordinateMapper
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[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 sealed class PerceptionDepthCorrelatedCoordinateMapper
Public NotInheritable Class PerceptionDepthCorrelatedCoordinateMapper
Héritage
Object Platform::Object IInspectable PerceptionDepthCorrelatedCoordinateMapper
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Méthodes

MapAllPixelsToTargetAsync(PerceptionDepthFrame, Point[])

Mappe tous les pixels d’une image, de l’espace de l’image de la caméra à l’espace d’image de profondeur.

MapPixelsToTarget(Point[], PerceptionDepthFrame, Point[])

Mappe un ensemble de pixels de l’espace d’image de l’appareil photo à l’espace d’image de profondeur.

MapPixelToTarget(Point, PerceptionDepthFrame)

Mappe un pixel de l’espace d’image de l’appareil photo à l’espace image de profondeur.

MapRegionOfPixelsToTargetAsync(Rect, PerceptionDepthFrame, Point[])

Mappe une région de pixels de l’espace d’image de l’appareil photo à l’espace d’image de profondeur.

S’applique à