Ask Your Question
0

I need to track roads and later vehicles in an aerial video[snapshot in description] how to approach the problem?

asked 2016-01-26 00:54:18 -0600

devansh20la gravatar image

updated 2016-01-26 00:55:37 -0600

edit retag flag offensive close merge delete

Comments

Please, put in some effort. We are not a i need a solution, give me now kind of forum. Take a look at the FAQ to fully understand my reaction ... This seems again like a school assignment and a student picking the shortest way to a solution...

StevenPuttemans gravatar imageStevenPuttemans ( 2016-01-26 06:22:36 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-01-26 03:45:37 -0600

kbarni gravatar image

I would say to try to detect the road with a linear Hough transform, then extract the pixels that belong to the road. If it's done, you're halfway there.

Then, do a segmentation. You can use k-means or an adaptative thresholding to segment the "things" on the road. Do some erosion/dilatation to get rid of the noise. Now, you should have the silhouettes of the vehicles.

Finally, use a Kalman filter to track the movement of the objects.

Hope this helps.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-01-26 00:54:18 -0600

Seen: 324 times

Last updated: Jan 26 '16