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?
Mostra commenti meno recenti
I'm unable to generate a running code which can detect and track the motion using PCA and Kalman and Particle respectively.
5 Commenti
Walter Roberson
il 6 Gen 2014
What code have you come up with so far, and what error message did you encounter?
Yashsavi
il 20 Gen 2014
Yashsavi
il 20 Gen 2014
AJ von Alt
il 20 Gen 2014
Modificato: AJ von Alt
il 20 Gen 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.
Yashsavi
il 22 Gen 2014
Risposte (0)
Categorie
Scopri di più su Dimensionality Reduction and Feature Extraction in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!