Main Content
supportsReverseAutomation
Set reverse algorithm automation flag
Description
indicates whether the temporal automation algorithm,
flag
= supportsReverseAutomation(algObj
) algObj
, supports automation in the reverse direction. A
true
value enables the Ground Truth Labeler (Automated Driving Toolbox) or Video
Labeler to open the algorithm in reverse mode.
Examples
Set Algorithm Automation Direction Flag
function flag = supportsReverseAutomation(algObj) flag = true; end
Input Arguments
Output Arguments
Version History
Introduced in R2017b