predictTracksToTime
Syntax
Description
returns the predicted tracks, predictedtracks
= predictTracksToTime(tracker
,trackID
,time
)predictedtracks
, of the
tracker
, at the specified time, time
. The
tracker or fuser must be updated at least once before calling this object function. Use
isLocked(tracker)
to test whether the tracker or fuser has been
updated.
Note
This function only outputs the predicted tracks and does not update the internal
track states of the tracker
.
returns all predicted tracks for a specified category, predictedtracks
= predictTracksToTime(tracker
,category
,time
)category
, of
tracked objects.
also allows you to specify whether to predict the state covariance of each track or not by
setting the predictedtracks
= predictTracksToTime(tracker
,category
,time
,'WithCovariance',tf)tf
flag to true
or
false
. Predicting the covariance slows down the prediction process and
increases the computation cost, but it provides the predicted track state covariance in
addition to the predicted state. The default is false.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2021a