Main Content

settingsDialog

Class: lidar.labeler.AutomationAlgorithm
Namespace: lidar.labeler

Display algorithm settings (optional)

Since R2022a

Description

The settingsDialog method runs when the user clicks Settings in the labeling app. Use this method to provide a dialog figure with controls for user settings required for the algorithm. Use a modal dialog, created using functions like dialog, inputdlg or listdlg.

Clients of AutomationAlgorithm can optionally implement this method.

settingsDialog(algObj) displays automated algorithm settings in a dialog.

Input Arguments

expand all

Automation algorithm, specified as a lidar.labeler.AutomationAlgorithm object.

Version History

Introduced in R2022a