How to initialize Kalman filter in GNN tracker
Afficher commentaires plus anciens
Hi,
I am using trackerGNN function for track association.
tracker = trackerGNN('FilterInitializationFcn', @initcvkf, ...
'ConfirmationThreshold', [4 5],... %'ConfirmationThreshold', 20,...%[4,5]
'DeletionThreshold', 10);
Kalman filter is initialised as the constant velocity Kalman filter. How can I initialise its measurement noise and process noise in the GNN tracker as in the case of the function configureKalmanFilter
kalmanFilter = configureKalmanFilter('ConstantVelocity', centroid, [5, 2], [100, 25], 3);
Thanks
Nisha
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Estimation Filters dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!