次の方法で共有


PerceptionDepthCorrelatedCameraIntrinsics.UnprojectPixelAtCorrelatedDepth メソッド

定義

相関深度カメラからの対応する深度を使用して、カメラ 画像空間内のポイントをカメラ デバイスの座標フレームに投影解除します。

public:
 virtual float3 UnprojectPixelAtCorrelatedDepth(Point pixelCoordinate, PerceptionDepthFrame ^ depthFrame) = UnprojectPixelAtCorrelatedDepth;
float3 UnprojectPixelAtCorrelatedDepth(Point const& pixelCoordinate, PerceptionDepthFrame const& depthFrame);
/// [Windows.Foundation.Metadata.Deprecated("PerceptionDepthCorrelatedCameraIntrinsics may be unavailable after Windows Creator Update.  Use Windows.Media.Devices.Core.DepthCorrelatedCoordinateMapper instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
float3 UnprojectPixelAtCorrelatedDepth(Point const& pixelCoordinate, PerceptionDepthFrame const& depthFrame);
public Vector3 UnprojectPixelAtCorrelatedDepth(Point pixelCoordinate, PerceptionDepthFrame depthFrame);
[Windows.Foundation.Metadata.Deprecated("PerceptionDepthCorrelatedCameraIntrinsics may be unavailable after Windows Creator Update.  Use Windows.Media.Devices.Core.DepthCorrelatedCoordinateMapper instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public Vector3 UnprojectPixelAtCorrelatedDepth(Point pixelCoordinate, PerceptionDepthFrame depthFrame);
function unprojectPixelAtCorrelatedDepth(pixelCoordinate, depthFrame)
Public Function UnprojectPixelAtCorrelatedDepth (pixelCoordinate As Point, depthFrame As PerceptionDepthFrame) As Vector3

パラメーター

pixelCoordinate
Point

カメラ フレームを基準としたポイント。

depthFrame
PerceptionDepthFrame

ポイントをカメラ空間に投影するときに使用する深度値を含む深度フレーム。 pixelCoordinate は、カメラの画像空間から深度イメージ空間にマップされ、depthFrame の深度を検索するために使用されます。

戻り値

Vector3 Vector3

float3

カメラ デバイスの座標系を基準とした、投影されていない座標。 座標は、対応するピクセルの深度 (depthFrame) のカメラの前にあります。

属性

適用対象