values = getTrackFilterProperties(tracker,trackID,property)
returns the tracking filter property values for a specific track within a multi-object
tracker. trackID is the ID of that specific track.
values = getTrackFilterProperties(tracker,trackID,property1,...,propertyN)
returns multiple property values. You can specify the properties in any order.
Radar tracker, specified as a radarTracker
object.
trackID — Track ID positive integer
Track ID, specified as a positive integer. trackID must be a
valid track in tracker.
property — Tracking filter property character vector | string scalar
Tracking filter property to return values for, specified as a character vector or
string scalar. property must be a valid property of the tracking
filter used by tracker. Valid tracking filters are trackingKF, trackingEKF, and trackingUKF.
You can specify additional properties in any order.
Tracking filter property values, returned as a cell array. Each element in the cell
array corresponds to the values of a specified property.
getTrackFilterProperties returns the values in the same order in which you
specified the corresponding properties.
Extended Capabilities
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.