Ask Your Question
0

Smoothing motion by using Kalman Filter or Particle Filter in video stabilization

asked 2014-07-25 03:37:41 -0600

Jenny gravatar image

updated 2014-07-25 03:47:25 -0600

berak gravatar image

I have a problem. I have read many papers about video stabilization. Almost papers mention about smoothing motion by using Kalman Filter, so it's strong and run in real-time applications. But there is also another filter strongly, that is particle filter. But why dont we use Partilce filter in smoothing motion to create stabilized video? Some papers only use particle filter in estimating global motion between frames (motion estimation part). It is hard to understand them. Can anyone explain them for me, please? Thank you so much.

edit retag flag offensive close merge delete

Comments

2

Basically, partical filter gives a higher accuracy but it is computationally much heavier than a normal Kalman filter. Kalman has been, and still will be in the future, playing a leading role in robust and real time tracking, so I guess that is why people are not urged to switch.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-07-25 03:53:32 -0600 )edit

Yes I know. But often we use particle filter in estimating global motion in video stabilization, and then use Kalman Filter to smooth motion. Why dont we use Particle filter to smooth motion?

Jenny gravatar imageJenny ( 2014-07-25 05:22:40 -0600 )edit
2

Like said, I think calculating the smoothing based on the particle filter is too computationally heavy. But I could be wrong.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-07-25 08:00:56 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-07-25 09:12:36 -0600

Jenny gravatar image

Thank you so much

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-07-25 03:37:41 -0600

Seen: 803 times

Last updated: Jul 25 '14