Set reverse algorithm automation flag
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) (requires
Automated Driving Toolbox™) or Video
Labeler to open the algorithm in reverse mode.
function flag = supportsReverseAutomation(algObj) flag = true; end