yaochih / awesome-video-stabilization

A curated list of video stabilization methods
342 stars 46 forks source link

Is there any real-time video stabilization method recommended? #3

Open zhaoxin111 opened 3 years ago

yangwf1 commented 2 years ago

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

zhaoxin111 commented 2 years ago

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

No

lhaippp commented 2 years ago

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
Lwy-1998 commented 1 year ago

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

GuoPingPan commented 1 year ago

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?

LittlefatChuan commented 8 months ago

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.