Main Content

deleteBranch

Delete existing track branch

Since R2020a

Description

deleted = delteTrack(tracker,branchID) deletes the track branch specified by branchID in the tracker.

Input Arguments

collapse all

TOMHT tracker, specified a trackerTOMHT object.

Track branch identifier, specified as a positive integer.

Example: 21

Output Arguments

collapse all

Indicate if the track branch was successfully deleted or not, returned as true or false. If the track branch specified by the branchID input existed and was successfully deleted, it returns as true. If the track branch did not exist, a warning is issued and it returns as false.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using MATLAB® Coder™.

Version History

Introduced in R2020a