Check if track should be deleted
returns a flag that is tf
= checkDeletion(historyLogic
)true
when at least Md out of
Nd recent updates of the track history logic object
historyLogic
are false
.
returns a flag that is tf
= checkDeletion(historyLogic
,tentativeTrack
,age
)true
when the track is tentative and there are not
enough detections to allow it to confirm. Use the logical flag
tentativeTrack
to indicate if the track is tentative and provide
age
as a numeric scalar.
returns a flag that is tf
= checkDeletion(scoreLogic
)true
when the track should be deleted based on the
track score.