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 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I'm unable to generate a running code which can detect and track the motion using PCA and Kalman and Particle respectively.
5 comentarios
AJ von Alt
el 20 de En. de 2014
Editada: AJ von Alt
el 20 de En. de 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.
Respuestas (0)
Ver también
Categorías
Más información sobre Recognition, Object Detection, and Semantic Segmentation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!