Ask Your Question

rBellsound's profile - activity

2015-05-11 08:09:43 -0600 received badge  Notable Question (source)
2014-08-22 03:02:35 -0600 received badge  Popular Question (source)
2012-11-06 15:53:34 -0600 received badge  Supporter (source)
2012-11-06 15:53:23 -0600 commented answer Detection of moving objects in a real scene

Thank You very much Imran for pointing to OpenTLD. I am not sure, if I can handle this technology for current project on Android, but it is definitely worth of study in longer term.

2012-11-05 05:57:21 -0600 received badge  Student (source)
2012-11-05 05:25:27 -0600 received badge  Editor (source)
2012-11-05 05:21:50 -0600 asked a question Detection of moving objects in a real scene

I have series of photos of one scene that was photographed with unstabilized camera with shaking hands, for e.g. 10 seconds. The time interval between photos is not constatnt: 0.2s - 2s.

Is it possible with openCv to detect mooving objects - just get the rectangle they are filled in - like people or cars? The objects can not be colorod with any special color and the scene contains partially moving objects such as trees that "moves" by the wind, but these should not be detected.
Also because of quite long time interval between each photo, the object, depending on its velocity, can be quite distant from its previous position (on previous photo).

I am new to OpenCV, could you please suggest topics I should learn to get this done, ideally on Android ? Thanks!