Main Content
terminate
Class: vision.labeler.AutomationAlgorithm
Namespace: vision.labeler
Terminate automated algorithm (optional)
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 R2017a
See Also
checkSetup
| initialize
| run
| vision.labeler.AutomationAlgorithm