Main Content
settingsDialog
Class: lidar.labeler.AutomationAlgorithm
Namespace: lidar.labeler
Syntax
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(
displays
automated algorithm settings in a dialog.algObj
)
Input Arguments
Version History
Introduced in R2022a