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 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I'm unable to generate a running code which can detect and track the motion using PCA and Kalman and Particle respectively.
5 Kommentare
AJ von Alt
am 20 Jan. 2014
Bearbeitet: AJ von Alt
am 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.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Recognition, Object Detection, and Semantic Segmentation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!