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 ビュー (過去 30 日間)
古いコメントを表示
I'm unable to generate a running code which can detect and track the motion using PCA and Kalman and Particle respectively.
5 件のコメント
AJ von Alt
2014 年 1 月 20 日
編集済み: AJ von Alt
2014 年 1 月 20 日
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.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Recognition, Object Detection, and Semantic Segmentation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!