yaochih/awesome-video-stabilization

Is there any real-time video stabilization method recommended?

zhaoxin111 opened this issue · 6 comments

Is there any real-time video stabilization method recommended?

hi, have you found any real-time video stabilization method with high performance

hi, have you found any real-time video stabilization method with high performance

No

yes quite a few, e.g.

  1. use gyroscope to run in realtime and high quality https://graphics.stanford.edu/papers/stabilization/
  2. estimate meshflow model to online dvs http://www.liushuaicheng.org/eccv2016/
  3. compute a mixtures model to online dvs which is applied behind YouTube: https://www.google.com.hk/search?q=calibraiton+free+rollingshutter

yes quite a few, e.g.

  1. use gyroscope to run in realtime and high quality https://graphics.stanford.edu/papers/stabilization/
  2. estimate meshflow model to online dvs http://www.liushuaicheng.org/eccv2016/
  3. compute a mixtures model to online dvs which is applied behind YouTube: https://www.google.com.hk/search?q=calibraiton+free+rollingshutter

actually,I've tried to implement the meshflow but it is not fast enough,reconstruct a stable frame from mesh model takes most of the time,(sadly , I don't have official code)
I think "Cinematic L1" and "Automatic L1.." are good algorithm for realtime video stabilization

yes quite a few, e.g.

  1. use gyroscope to run in realtime and high quality https://graphics.stanford.edu/papers/stabilization/
  2. estimate meshflow model to online dvs http://www.liushuaicheng.org/eccv2016/
  3. compute a mixtures model to online dvs which is applied behind YouTube: https://www.google.com.hk/search?q=calibraiton+free+rollingshutter

actually,I've tried to implement the meshflow but it is not fast enough,reconstruct a stable frame from mesh model takes most of the time,(sadly , I don't have official code) I think "Cinematic L1" and "Automatic L1.." are good algorithm for realtime video stabilization

Do you have the code for the real-time form of "Cinematic L1" and "Automatic L1.." algorithm?

the result with gyroscope is good, such as DVS, GyroFlow. But the output still has some residual small shake caused by parallax and camera translation especally in close distance shooting.