SAF
|
Particle filtering based 3D multi-target tracker (SAF_TRACKER_MODULE) More...
Go to the source code of this file.
Functions | |
void | tracker3d_create (void **const phT3d, tracker3d_config tpars) |
Creates an instance of the mighty tracker3d. | |
void | tracker3d_destroy (void **const phT3d) |
Destroys an instance of the mighty tracker3d. | |
void | tracker3d_reset (void *const hT3d) |
Resets an instance of the mighty tracker3d. | |
void | tracker3d_step (void *const hT3d, float *newObs_xyz, int nObs, float **target_pos_xyz, float **target_var_xyz, int **target_IDs, int *nTargets) |
Tracker time step to update & predict current target locations and to parse new measurements/observations, as described in [1]. | |
Particle filtering based 3D multi-target tracker (SAF_TRACKER_MODULE)
Based on the RBMCDA [1] MATLAB toolbox (GPLv2 license) by Simo Sa"rkka" and Jouni Hartikainen (Copyright (C) 2003-2008): https://users.aalto.fi/~ssarkka/#softaudio
More information regarding this specific implementation can be found in [2]
Definition in file saf_tracker.c.