Background subtraction to detect cars on a road
I've implemented the background subtraction method to detect moving blobs but the issue is that it doesn't detect the far objects and sometimes the moving cars are not accurately detected as a single blob (sometimes it splits into 2 or 3, sometimes it doesn't detect it). I've also implemented the code here: https://github.com/MicrocontrollersAn...
Is there any sophisticated read solution to do the needful and it does the job perfectly (detecting car blob and tag it with ID)?
have you try this ?
Yes I did. The results were worst since the video is having some pixels changes over time due to lightning and air (there are some trees)
Try it !
the link you've mentioned, what was the issue you were facing with that code?
I used it successfully
haha oops, sorry! I meant Yasser
@abhijith, It doesn't detect far objects, some cars are detected as 2 or more blobs instead of 1 (especially buses), sometimes if 2 cars moving side by side it will detect them as a single car.
Without examples I don't think that somebody will give you an answer to your problem except if he is lucky
And do you try to my link?