try this algorithm:
time 0: locate blobs, store locations
time t: given blob locations in time t-1, use optical flow on subset of image to identify flow direction and amplitude. use this to give first guess of blob location in time t. locate blobs in time t, and correlate to blobs of nearest estimated location. Can have blob location contain multiple blobs.
try this algorithm: time 0: locate blobs, store locations time t: given blob locations in time t-1, use optical flow on subset of image to identify flow direction and amplitude. use this to give first guess of blob location in time t. locate blobs in time t, and correlate to blobs of nearest estimated location. Can have blob location contain multiple blobs.