PerceptionCorrelationGroup(IIterable<PerceptionCorrelation>) Constructor

Definition

Initializes a new PerceptionCorrelationGroup from a collection of one or more PerceptionCorrelation objects describing multiple providers in a common coordinate frame.

public:
 PerceptionCorrelationGroup(IIterable<PerceptionCorrelation ^> ^ relativeLocations);
 PerceptionCorrelationGroup(IIterable<PerceptionCorrelation> const& relativeLocations);
/// [Windows.Foundation.Metadata.Deprecated("PerceptionCorrelationGroup may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
 PerceptionCorrelationGroup(IIterable<PerceptionCorrelation> const& relativeLocations);
public PerceptionCorrelationGroup(IEnumerable<PerceptionCorrelation> relativeLocations);
[Windows.Foundation.Metadata.Deprecated("PerceptionCorrelationGroup may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public PerceptionCorrelationGroup(IEnumerable<PerceptionCorrelation> relativeLocations);
function PerceptionCorrelationGroup(relativeLocations)
Public Sub New (relativeLocations As IEnumerable(Of PerceptionCorrelation))

Parameters

relativeLocations

IIterable<PerceptionCorrelation>

IEnumerable<PerceptionCorrelation>

The collection of PerceptionCorrelations describing multiple providers in a common coordinate frame.

Attributes

Applies to