move-stop-move Blob Tracking
Hi OpenCV-ers, I need to build a blob tracker that works with move-stop-move events. Say a human walking into camera FOV, stops and stands still for a while, and moves again..rinse/repeat. What algorithms exist to collapse these multiple "tracks" (including the stasis) into a single track?
AFAIK, current OpenCV tracking algorithms track continuously moving objects, and any intermittent stop, generates a new track. Any thoughts on how I should approach this?
Thanks for your time.
p.s I know it might be easy to compare blobs and combine tracks, but I need to maintain a bead on the human even when s/he is standing still.
Just totally off topic, are you perhaps the mikos_ from dev forum that supplied source code for neuralGas clustering? If so, please tell me, would like to get in contact with you since we are pushing it in the master branch, but still need some help.
sorry not me.
Ok thanks anyway :)