how to differentiate the two overlapped cars in the video [closed]

asked 2016-01-10 19:08:12 -0600

pradeep_kb gravatar image

I have written program for detecting cars in the video. If two cars found simultaneously my program is counting for only one or some times it do not count. is there any way to solve this problem? Does background subtraction help to solve this problem?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-10-05 09:28:38.661560

Comments

Nope it does not, you need to lock a tracker to each found detection and differentiate between detections by making sure you count the unique trackers. this is a pure guess, add some pictures to get a better answer, specific to your application

StevenPuttemans gravatar imageStevenPuttemans ( 2016-01-11 04:11:55 -0600 )edit