tuningData
Syntax
Description
[
generates a set of detection logs and platform truth tables from recordings. The function
generates detection logs and truth tables only for platforms that have at least one
detection in the recordings. You can use the detectionLog
,truth
] = trackingFilterTuner.tuningData(recordings
)detectionLog
and
truth
outputs to tune a tracking filter by using the tune
object function.
Tip
tuningData
is a static method of the
trackingFilterTuner
object. Other than the syntax shown above, you
can also use tuningData
based on a created
trackingFilterTuner
object:
tuner = trackingFilterTuner; [detectionLog,truth] = tuner.tuningData(recordings)
[___,
additionally returns the IDs for the platforms that correspond to detections in the
platformIDs
] = trackingFilterTuner.tuningData(___)detectionLog
output and the truths in the truth
output.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023a