Tracking Pedestrians from a Moving Car
1 回表示 (過去 30 日間)
古いコメントを表示
Tracking Pedestrians from a Moving Car, Referring: http://www.mathworks.com/help/vision/examples/tracking-pedestrians-from-a-moving-car.html?prodcode=VP&language=en
This code detects pedestrians. I need a similar code to detect a moving car. How do i do that? Please help me.
1 件のコメント
Walter Roberson
2016 年 3 月 21 日
To clarify: your viewpoint is from a moving car, and you need to detect other moving cars?
回答 (1 件)
Vidya Viswanathan
2016 年 3 月 31 日
Hi Monalisa,
If you read through the code in this example, you will notice that it uses an in-built function to detect people ("detectPeopleACF"). Once the detection of the object of interest is done, all that the tracking algorithm does is use a Kalman filter based approach to predict the position of the object in the next time instant. So I suppose you would have to replace the people detector algorithm with something that detects cars. There are a couple of ways to train your system to detect cars (or any object of interest). Refer to the following link that describes how it can be done in MATLAB:
I hope this helps.
Ragards,
Vidya
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Tracking and Motion Estimation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!