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. Atruevalue enables theGround Truth Labeler(Automated Driving Toolbox)orVideo Labelerto open the algorithm in reverse mode.

Examples

Set Algorithm Automation Direction Flag

functionflag = supportsReverseAutomation(algObj) flag = true;end

Input Arguments

collapse all

Temporal automation algorithm, specified as an object.

Output Arguments

collapse all

Reverse automation indicator, returned astrueorfalse.

See Also

Apps

Objects

Introduced in R2017b