Main Content

labelLoadListener

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

Update external tool for new label data in Ground Truth Labeler app

Syntax

labelLoadListener(connectorObj)

Description

labelLoadListener(connectorObj) provides the option to update the external tool that is connected to the Ground Truth Labeler app when a new set of label data or new session with label data is imported into the app. The app calls this method using the connectorObj object. Use this method to react to the event of loading a new label data into the app.

Note

The client class can optionally implement this method.

Input Arguments

expand all

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

Version History

Introduced in R2017a