Can somebody please help me detect an object using Principal Component Analysis and track its motion simultaneously using and comparing the performances of recursive Bayesian estimators Kalman and Particle filter?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I'm unable to generate a running code which can detect and track the motion using PCA and Kalman and Particle respectively.
5 commentaires
AJ von Alt
le 20 Jan 2014
Modifié(e) : AJ von Alt
le 20 Jan 2014
Please edit your submission to use the code style option to make your code more readable.
Some thoughts:
The error you listed happens when you call a function without the necessary number of arguments.
Functions and variables cannot share a name in MATLAB. You should either rename your function i_sub, save the .m file under the new name, and delete i_sub.m or change the name of the variable i_sub.
Réponses (0)
Voir également
Catégories
En savoir plus sur Recognition, Object Detection, and Semantic Segmentation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!