MLMarkerTrackerResultArray
An array of all the detection results from the marker scanning.
Public Methods
MLMarkerTrackerResultArray
public MLMarkerTrackerResultArray(
uint version
)
Parameters
Type | Name | Description |
---|---|---|
uint | version |
Public Attributes
Count
Number of markers being tracked.
public readonly UIntPtr Count;
Detections
Pointer to an array of pointers for MLMarkerResult.
public readonly IntPtr Detections;
Version
public readonly uint Version;