次の方法で共有


PerceptionDepthCorrelatedCameraIntrinsics.UnprojectPixelsAtCorrelatedDepth メソッド

定義

関連付けられた深度カメラの対応する深度値を使用して、カメラ イメージ空間内の一連のポイントをカメラ デバイスの座標フレームに投影解除します。

public:
 virtual void UnprojectPixelsAtCorrelatedDepth(Platform::Array <Point> ^ sourceCoordinates, PerceptionDepthFrame ^ depthFrame, Platform::Array <float3> ^ results) = UnprojectPixelsAtCorrelatedDepth;
void UnprojectPixelsAtCorrelatedDepth(winrt::array_view <Point> const& sourceCoordinates, PerceptionDepthFrame const& depthFrame, winrt::array_view <float3> & results);
/// [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")]
void UnprojectPixelsAtCorrelatedDepth(winrt::array_view <Point> const& sourceCoordinates, PerceptionDepthFrame const& depthFrame, winrt::array_view <float3> & results);
public void UnprojectPixelsAtCorrelatedDepth(Point[] sourceCoordinates, PerceptionDepthFrame depthFrame, Vector3[] results);
[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 void UnprojectPixelsAtCorrelatedDepth(Point[] sourceCoordinates, PerceptionDepthFrame depthFrame, Vector3[] results);
function unprojectPixelsAtCorrelatedDepth(sourceCoordinates, depthFrame, results)
Public Sub UnprojectPixelsAtCorrelatedDepth (sourceCoordinates As Point(), depthFrame As PerceptionDepthFrame, results As Vector3())

パラメーター

sourceCoordinates
Point[]

カメラ フレームに対する相対的なポイントのセット。

depthFrame
PerceptionDepthFrame

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

results

Vector3[]

Vector3[]

float3[]

カメラ デバイスの座標系に対して相対的で、深さの相関値を持つ一連の座標。

属性

適用対象