Поделиться через


PerceptionCorrelation(String, Vector3, Quaternion) Конструктор

Определение

Инициализирует новый экземпляр PerceptionCorrelation.

public:
 PerceptionCorrelation(Platform::String ^ targetId, float3 position, quaternion orientation);
 PerceptionCorrelation(winrt::hstring const& targetId, float3 const& position, quaternion const& orientation);
/// [Windows.Foundation.Metadata.Deprecated("PerceptionCorrelation may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
 PerceptionCorrelation(winrt::hstring const& targetId, float3 const& position, quaternion const& orientation);
public PerceptionCorrelation(string targetId, Vector3 position, Quaternion orientation);
[Windows.Foundation.Metadata.Deprecated("PerceptionCorrelation may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public PerceptionCorrelation(string targetId, Vector3 position, Quaternion orientation);
function PerceptionCorrelation(targetId, position, orientation)
Public Sub New (targetId As String, position As Vector3, orientation As Quaternion)

Параметры

targetId
String

Platform::String

winrt::hstring

Уникальный идентификатор описываемого объекта IPerceptionFrameProvider.

position
Vector3 Vector3

float3

Положение устройства в общей системе координат всех членов PerceptionCorrelationGroup.

orientation
Quaternion Quaternion

quaternion

Ориентация устройства в общей системе координат всех членов PerceptionCorrelationGroup.

Атрибуты

Комментарии

Создает PerceptionCorrelation, связывающий позицию и ориентацию с уникальным идентификатором IPerceptionFrameProvider (через его PerceptionFrameProviderInfo::Id). При объединении в PerceptionCorrelationGroup можно получить относительные позиции и ориентации для корреляции результирующих кадров из каждого объекта IPerceptionFrameProvider в группе.

Применяется к