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) (requires 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 an object.

Output Arguments

collapse all

Reverse automation indicator, returned as true or false.

See Also

Apps

Objects

Introduced in R2017b