Ask Your Question

kevin0228ca's profile - activity

2017-10-20 10:58:20 -0600 received badge  Notable Question (source)
2017-08-02 18:27:28 -0600 received badge  Nice Question (source)
2016-09-15 14:56:08 -0600 received badge  Popular Question (source)
2013-12-06 19:20:13 -0600 asked a question detect moving object in a moving scene

Hi, what is the best method of detecting moving objects in a moving scene, from a moving camera?

I have looked at optical flow, blob detection, and background subtraction.

which is the most suitable method, or is there alternative method?

Also, if I want to add tracking, are the methods sufficient?

I should note the moving objects are arbitrary.

Thank you.

2013-12-06 04:27:36 -0600 received badge  Student (source)
2013-12-04 21:32:52 -0600 asked a question background subtraction with a moving camera

Hi. I know that using background subtraction, we can detect moving object in a still scene with a stationary camera.

What if we use a moving camera?

Can we still use background subtraction to detect object movements in a moving scene with a moving camera?

Or do we require different methods.

I don't need to track the movement, just need to detect.

Thank you.