detect/track move-stop-move object

asked 2015-05-11 06:59:35 -0600

How can I know when some objects enter and stop and then move? They may have variant shapes. This maybe weird, but if it just come and go with out stop, I can totally ignore it.

I've done some researches, it seems that there are two pathes:

  • Kalman Filt.
  • static background image and absdiff() it with every frame.

Which is recommended for an Android APP? I'm totally newbie here, with some C++ code examples online, I don't even konw whether the two pathes are really reliable on Android. Maybe a third way?

As my basic tests these days, I found using opencv on Android is pain, if I ask every question here I can fill first few pages of the question board. So I want to start from the very beginning, to make sure at least I'm on the right direction( and fill the question board later!).

edit retag flag offensive close merge delete