Main Content

labelDefinitionLoadListener

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

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

Syntax

labelDefinitionLoadListener(connectorObj)

Description

labelDefinitionLoadListener(connectorObj) provides an option to update the external tool that is connected to the Ground Truth Labeler app when new set of label definitions is imported into the app. The app calls this method using the connectorObj object. You can optionally use this method to react to the event of connecting a new data source to 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