vision.labeler.AutomationAlgorithm Class
R2026bNamespace: 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
Multi-Sensor
Labeler (Point Cloud 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 | Multi-Sensor Labeler (Point Cloud Toolbox) | Video Labeler
Functions
groundTruth|groundTruthMultiSensor(Point Cloud Toolbox) |labelType|vision.labeler.mixin.Temporal|vision.labeler.mixin.BlockedImageAutomation
Topics
- Create Custom Automation Algorithm for Labeling
- Create Automation Algorithm Function for Labeling
- Temporal Automation Algorithms
- Blocked Image Automation Algorithms
- Automate Ground Truth Labeling of Lane Boundaries (Point Cloud Toolbox)
- Automate Ground Truth Labeling for Point Cloud Using Pretrained Deep Learning Model (Point Cloud Toolbox)
- Automate Vehicle Labels and Distance Attributes Using YOLOv2 in Multi-Sensor Labeler (Point Cloud Toolbox)