Unable to track single vehicle to compute distance traversed by it
1 view (last 30 days)
Show older comments
I have successfully detected the vehicles with my algorithm,now I want to calculate the speed of vehicle(s)
as u see in the figure , I am having more than one vehicles in each frame with new vehicles adding in the new frames.So it's becoming very difficult to track single vehicle (say leftside car in the image which is coming towards us) and calculate its centroid at different frames.
So how should i avoid other vehicles to calculate pixel distance traversed by the single vehicle? Thank u in advance
0 Comments
Answers (1)
Image Analyst
on 7 Jun 2014
YOu need to know the distances and then measure how many pixels are between them. For example, what is the distance between the poles in real world units, and in pixels?
3 Comments
Image Analyst
on 7 Jun 2014
If they're merged together you can try to separate them with watershed() or imopen().
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!