initctckf
Create constant turn rate tracking cubature Kalman filter from detection report
Since R2018b
Description
initializes a constant turn rate cubature Kalman filter for object tracking based on
information provided in an ckf
= initctckf(detection
)objectDetection
object,
detection
.
The function initializes a constant turn-rate state with the
same convention as constturn
and ctmeas
,
[x
vx
y
vy
ω
z
vz], where ω is
the turn-rate.
Examples
Input Arguments
Output Arguments
Algorithms
The function computes the process noise matrix assuming a unit acceleration standard deviation and a unit angular acceleration standard deviation.
You can use this function as the
FilterInitializationFcn
property oftrackerTOMHT
andtrackerGNN
System objects.
Extended Capabilities
Version History
Introduced in R2018b