Segment Vehicles in crowded scene.
Show older comments
Hi, I have a video taken on the traffic light scene. My task is to segment every single car/vehicles when the red light of the traffic light is activated, which mean I have to segment all the vehicles when they are in queue up position. I don't have problem to segment every single vehicles/car when they are moving since I can use either optical flow or frame differences technique.
I did upload the video in youtube. Here is the link
According to this video, at time 00:43 the vehicles are start to Que-up that need my attention to segment it.
Anybody that know the method or opinion on how to perform this are most welcome. Thanks
p/s : 1) I don't have background of this video to perform background subtraction technique.
Accepted Answer
More Answers (1)
Image Analyst
on 14 Dec 2011
0 votes
You might try Gaussian Mixture Models, such as is described here http://www.ai.mit.edu/projects/vsam/Publications/stauffer_cvpr98_track.pdf GMM is used quite commonly for background estimation.
Also check out moving object removal as illustrated on this page: http://www.mee.tcd.ie/~sigmedia/Research/RigRemoval
Categories
Find more on Computer Vision Toolbox 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!