Main Content

addLabelData

Class: driving.connector.Connector
Namespace: driving.connector

Add custom label data at current time

Syntax

addLabelData(connectorObj,labelData)

Description

addLabelData(connectorObj,labelData) adds the custom label data related to the current time that is shown in the Ground Truth Labeler app. The client calls this method using the connectorObj object.

Note

The client class can call this method.

Input Arguments

expand all

Connector object, specified as a driving.connector.Connector object.

Label data, specified as a cell array of character vectors or as a string array. Each element of labelData must correspond to a label stored in the labelData property of the input driving.connector.Connector object, connectorObj. The app appends label data only to the signal to which the external tool is connected.

Version History

Introduced in R2017a