mingness / alternativesoundtrack

3 stars 0 forks source link

use optical flow algorithm to try to track blobs #22

Open mingness opened 8 years ago

mingness commented 8 years ago

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.