Skip to main content
Version: 20 Mar 2024

MLMarkerTrackerResultArray

An array of all the detection results from the marker scanning.

Public Methods

MLMarkerTrackerResultArray

public MLMarkerTrackerResultArray(
uint version
)

Parameters

TypeNameDescription
uintversion

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;