Skip to main content
Version: 20 Mar 2024

MLMarkerTrackerResultArray

Module: Fiducial Marker Tracking

An array of all the marker results from the Marker Tracker. More...

#include <ml_marker_tracking.h>

Public Attributes

TypeName
uint32_tversion
MLMarkerTrackerResult **detections
size_tcount

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;
TypeDescription
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.