Ask Your Question

mikos's profile - activity

2017-05-24 06:18:29 -0600 received badge  Notable Question (source)
2015-04-02 16:30:55 -0600 received badge  Popular Question (source)
2013-08-09 02:03:25 -0600 commented question move-stop-move Blob Tracking

sorry not me.

2013-08-09 02:02:59 -0600 received badge  Scholar (source)
2013-08-05 13:24:13 -0600 received badge  Supporter (source)
2013-08-01 18:42:08 -0600 received badge  Editor (source)
2013-08-01 18:39:26 -0600 received badge  Student (source)
2013-08-01 18:35:41 -0600 asked a question 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.

2013-02-06 21:34:37 -0600 asked a question Harmonic Shape Descriptor code

Hi all, is there an implementation of Harmonic shape descriptor that you can share? I need to do some shape comparisons and was wondering if it is included in OpenCV or any other toolkit I can leverage

Thanks