Main Content

terminate

Class: vision.labeler.AutomationAlgorithm
Namespace: vision.labeler

Terminate automated algorithm (optional)

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(algObj) cleans up the state of the automation algorithm.

Input Arguments

expand all

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

Version History

Introduced in R2017a