Main Content
terminate
Class: lidar.labeler.AutomationAlgorithm
Namespace: lidar.labeler
Syntax
Description
The terminate
method cleans up the state of the automation
algorithm after run
processes the last frame in the specified interval or when you stop the automation
algorithm.
Clients of AutomationAlgorithm
can optionally
implement this method.
terminate(
cleans up the
state of the automation algorithm.algObj
)
Input Arguments
Version History
Introduced in R2022a
See Also
checkSetup
| initialize
| run
| lidar.labeler.AutomationAlgorithm