vision.labeler.mixin.BlockedImageAutomation
Description
The BlockedImageAutomation
mixin class provides an interface for
attaching blocked image properties to an automation algorithm. You can add this class only to
automation algorithms used by the Image Labeler
app.
Creation
Description
To use the vision.labeler.mixin.BlockedImageAutomation
object, open
the Image Labeler app,
load a blocked image, and create at least one label. Then, click Select
Algorithm in the Automate Labeling section of the app
toolstrip. Select Add Blocked Image Algorithm and then choose
Create New Blocked Image Algorithm. A class template opens in the
editor that inherits from both the vision.labeler.AutomationAlgorithm
class and the vision.labeler.mixin.BlockedImageAutomation
mixin class.
Edit this template to create your blocked image automation algorithm.
Properties
Object Functions
blockedImageAutomationAlgorithm | Implements the blocked image automation algorithm |
Version History
Introduced in R2021a