PerceptionCorrelationGroup(IIterable<PerceptionCorrelation>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The collection of PerceptionCorrelations describing multiple providers in a common coordinate frame.
- Attributes