Create constant-acceleration extended Kalman filter from detection report
creates and initializes a constant-acceleration extended Kalman
filter
= initcaekf(detection
)filter
from information contained in a
detection
report. For more information about the extended
Kalman filter, see trackingEKF
.
The function computes the process noise matrix assuming a one-second time step and an acceleration-rate standard deviation of 1 m/s3.
You can use this function as the
FilterInitializationFcn
property of a trackerGNN
or trackerTOMHT
object.