initcackf
Create constant acceleration tracking cubature Kalman filter from detection report
Description
initializes a constant acceleration cubature Kalman filter for object tracking based on
information provided in an ckf
= initcackf(detection
)objectDetection
object,
detection
.
The function initializes a constant acceleration state with the
same convention as constacc
and cameas
,
[x; vx;
ax; y;
vy;
ay; z;
vz;
az].
Examples
Input Arguments
Output Arguments
Algorithms
The function computes the process noise matrix assuming a unit standard deviation for the acceleration change rate.
You can use this function as the
FilterInitializationFcn
property oftrackerTOMHT
andtrackerGNN
System objects.