MLMarkerTrackerResultArray
Module: Fiducial Marker Tracking
An array of all the marker results from the Marker Tracker. More...
#include <ml_marker_tracking.h>
Public Attributes
| Type | Name |
|---|---|
| uint32_t | version |
| MLMarkerTrackerResult ** | detections |
| size_t | count |
Detailed Description
struct MLMarkerTrackerResultArray;
An array of all the marker results from the Marker Tracker.
Free this array with MLMarkerTrackerReleaseResult.
Deprecated
Deprecated since 1.6.0. Scheduled for removal.
API Level:
- 20
Public Attributes Documentation
version
uint32_t version;
Version of this structure.
detections
MLMarkerTrackerResult ** detections;
| Type | Description |
|---|---|
| MLMarkerTrackerResult ** | Represents the result for a single marker. |
Pointer to an array of pointers for MLMarkerTrackerResult.
count
size_t count;
Number of markers being tracked.