Tracking Pedestrians from a Moving Car

조회 수: 2 (최근 30일)
Monalisa Tripathy
Monalisa Tripathy 2016년 3월 21일
답변: Vidya Viswanathan 2016년 3월 31일
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
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
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

카테고리

Help CenterFile Exchange에서 Tracking and Motion Estimation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by