How can I detect tires in highway footage?

1 view (last 30 days)
I want to use MatLab to detect tires in images form video filmed alongside highways. Is there a simple way to use edge detection or make a mask of a tire and use that mask to find tires in other images? I have tried using the find circles function after using some image processing functions, but this does not work for each video I have. Below is a sample image:
Thanks for the help!

Accepted Answer

Image Analyst
Image Analyst on 8 Oct 2013
That would be very challenging since the tires are all different shapes and sizes. You'd be better off if you could aim your camera perpendicular to the road and look for wheel or hubcaps rather than tires.
  2 Comments
Jesse Schettler
Jesse Schettler on 8 Oct 2013
What if I look at every vehicle in the same position? If I stop each vehicle where the black SUV in the front is, would that help the tires/wheels maintain a more constant shape and size?

Sign in to comment.

More Answers (0)

Categories

Find more on Vehicle Scenarios in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!