Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 727 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 727 Bytes

Bundled-Video-Stabilization

This is the related implementation of Paper "Bundled Camera Paths for Video Stabilization"

Usage

  1. Run the c++ program "clip_frame_for_bundled.cpp" to clip videos into frames (e.g. 001.png 002.png ...).
  2. Run the matlab file "run.m" with setting the input and output path in run.m.
  3. Run the c++ program "merge_frame_for_bundled.cpp" to generate videos.

Prerequisites

  • Required Packages:

    • opencv
    • matlab

Acknowledgments