Skip to main content
Version: 20 Mar 2024

MLMarkerTrackerDecodedData

Module: Fiducial Marker Tracking

Represents the decoded data. More...

#include <ml_marker_tracking.h>

Public Attributes

TypeName
const MLMarkerTrackerDecodedTypedData *data
Data decoded from a detected marker.
uint32_tsize
Length of the decoded data.

Detailed Description

struct MLMarkerTrackerDecodedData;

Represents the decoded data.

The different detectors will have different decoded outputs. See MLMarkerTrackerDecodedTypedData for details on the output formats supported.

Deprecated

Deprecated since 1.6.0. Scheduled for removal.

API Level:

  • 20

Public Attributes Documentation

data

const MLMarkerTrackerDecodedTypedData * data;

Data decoded from a detected marker.

TypeDescription
const MLMarkerTrackerDecodedTypedData *Structure type selector.

Where data field contents depends on the detected marker, and data->type indicates which structure this actually contains.


size

uint32_t size;

Length of the decoded data.