vision.labeler.AutomationAlgorithm Class
Namespace: vision.labeler
Interface for algorithm automation in ground truth labeling
Description
The vision.labeler.AutomationAlgorithm
class specifies the interface for
defining custom automation algorithms to run in the Image Labeler, Video Labeler, and
Ground Truth Labeler (Automated Driving Toolbox) apps. Classes that inherit from the AutomationAlgorithm
interface can be used with the automation workflow of the
labeling apps to generate ground truth labels.
You can also use a custom function that creates an automation algorithm. The function, which you can specify in the labeling apps, enables you to adjust the automation parameters. For more details, see Create Automation Algorithm Function for Labeling.
The vision.labeler.AutomationAlgorithm
class is a handle
class.
Properties
Methods
Version History
Introduced in R2017a
See Also
Apps
- Image Labeler | Ground Truth Labeler (Automated Driving Toolbox) | Video Labeler
Functions
groundTruth
|groundTruthMultisignal
(Automated Driving Toolbox) |labelType
|vision.labeler.mixin.Temporal
|vision.labeler.mixin.BlockedImageAutomation
Topics
- Create Automation Algorithm for Labeling
- Create Automation Algorithm Function for Labeling
- Temporal Automation Algorithms
- Blocked Image Automation Algorithms
- Automate Ground Truth Labeling of Lane Boundaries (Automated Driving Toolbox)
- Automate Ground Truth Labeling for Semantic Segmentation (Automated Driving Toolbox)
- Automate Attributes of Labeled Objects (Automated Driving Toolbox)