Terminate automated algorithm (optional)
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
)
checkSetup
| initialize
| run
| vision.labeler.AutomationAlgorithm