Skip to content

YumaTheCompanion/Real-Time-Video-Stabilization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time-Video-Stabilization

This is a basic implementation of a real time video stabilization algorithm based on my paper:
http://www.sciencedirect.com/science/article/pii/S1877050916314624

Prerequisites

The code requires the following 3rd Party Libraries

  • opencv-2.4.9
  • g++-5.4.1

How to Run

  • Clone the repository and compile using g++ and opencv.
  • Change the parameters of Kalman Filter in videostab.cpp. (optional)
  • Give the path of your input file or webcam in main.cpp.
  • Run the program using these dependencies: -lopencv_core -lopencv_calib3d -lopencv_imgcodecs -lopencv_highgui -lopencv_imgproc -lopencv_stitching -lopencv_videoio -lopencv_video -lopencv_xfeatures2d

Alternatively

  • This repository includes a Makefile, run make to create the executable (Works under Linux)

About

real time video stabilization using Kalman Filter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.0%
  • Makefile 4.0%