gatherLabelData
Syntax
Description
returns label data gathered from ground truth data, labelData = gatherLabelData(gTruth,typeOfLabel)gTruth. The function
returns label data specified by typeOfLabel.
[
additionally returns the image timestamps associated with the gathered label data, using the
arguments from the previous syntax.labelData,timestamps] = gatherLabelData(___)
[___] = gatherLabelData(___,
uses name-value arguments to specify how to gather data. For example, Name=Value)labelData =
gatherLabelData(gTruth,typeofLabel,SampleFactor=5) specifies to drop every 5th
frame.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Limitations
The
gatherLabelDatafunction does not gather label data for sublabels or attributes. If a label contains sublabels or attributes, in thelabelDataoutput, the function returns the position of the parent label only.


