Main Content

addLabelData

Class:driving.connector.Connector
Package:driving.connector

添加自定义标签数据在当前时间

Syntax

addLabelData(connectorObj,labelData)

Description

addLabelData(connectorObj,labelData)adds the custom label data related to the current time that is shown in theGround Truth Labelerapp. The client calls this method using theconnectorObjobject.

Note

The client class can call this method.

Input Arguments

expand all

Connector object, specified as adriving.connector.Connectorobject.

Label data, specified as a cell array of character vectors or as a string array. Each element oflabelDatamust correspond to a label stored in thelabelDataproperty of the inputdriving.connector.Connectorobject,connectorObj. The app appends label data only to the signal to which the external tool is connected.

Version History

Introduced in R2017a