Class: lidar.syncImageViewer.SyncImageViewer
Package: lidar.syncImageViewer
Disconnect external tool from Lidar Labeler app
disconnect(syncImageObj)
disconnect(
disconnects the
interface between an external tool and the Lidar Labeler app. The client calls this method using the
syncImageObj
)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.