how to differentiate the two overlapped cars in the video [closed]
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?
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