How to distinguish blobs when they are next to each other
Hello there, I'm new with openCV.
I have the following question regarding blobs detection:
I'd like to distinguish blobs when they are near. For example in the traffic sequence is possible tracking 2 or more cars(or pedestrian) as one unique blob. Until now I am tracking blobs using foreground technique and I correctly detect separated moving objects. When there are 2 objects attached my segmentator catch the 2 objects as one blob, instead of two.
You know if there techinque for separating blobs that are near? for example using histogram..
Thanks.