Segment Vehicles in crowded scene.
이전 댓글 표시
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.
채택된 답변
추가 답변 (1개)
Image Analyst
2011년 12월 14일
0 개 추천
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
카테고리
도움말 센터 및 File Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!