主要内容

disconnect

R2026b

Class: lidar.syncImageViewer.SyncImageViewer
Namespace: lidar.syncImageViewer

(To be removed) Disconnect external tool from Lidar Labeler app

disconnect will be removed in a future release. Use lidar.connector.Connector instead. For information on updating your code, see Version History.

Syntax

disconnect(syncImageObj)

Description

disconnect(syncImageObj) disconnects the interface between an external tool and the Lidar Labeler app. The client calls this method using the syncImageObj object. After the external tool is disconnected, the Lidar Labeler app no longer calls the frameChangeListener method in the client class.

Note

The client class can call this method.

Input Arguments

expand all

Synced image viewer, specified as a lidar.syncImageViewer.SyncImageViewer object.

Version History

Introduced in R2020b

collapse all