Awesome
Matlab Implementation of Bundled Camera Path Video Stabilization
This is a 3rd party implementation of the paper Bundled Camera Path Video Stabilization [SIGGRAPH 2013]] The original paper's author is Liu Shuaicheng. (Liu's personal website: http://www.liushuaicheng.org)
Some source code are also provided by Liu Shuaicheng, the original copy can be downloaded from this webpage http://www.liushuaicheng.org/SIGGRAPH2013/index.htm
Usage:
- Extract frames of your video to a folder. The file names should be indexed properly. (e.g. 001.png 002.png ...)
ffmpeg -i Input-Video-File-Name.mp4 Input_Frame_Path/%04d.png
- Set the input and output path in
run.m
- Set a temp path to store some intermediate result
- Set up the parameters, see comments for more detail.
- run
run.m