Main Content

supportsReverseAutomation

Set reverse algorithm automation flag

Description

flag = supportsReverseAutomation(algObj) indicates whether the temporal automation algorithm, 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

collapse all

Temporal automation algorithm, specified as a vision.labeler.mixin.Temporal object.

Output Arguments

collapse all

Reverse automation indicator, returned as true or false.

Version History

Introduced in R2017b

See Also

Apps

Objects