Logo
  • Install Options
  • Basic usage
  • Advanced usage
  • Module documentation
vidstab
  • Docs »
  • vidstab
  • View page source

vidstab¶

Python Video Stabilization with OpenCV

https://travis-ci.org/AdamSpannbauer/python_video_stab.svg?branch=master https://codecov.io/gh/AdamSpannbauer/python_video_stab/branch/master/graph/badge.svg https://api.codeclimate.com/v1/badges/f3a17d211a2a437d21b1/maintainability https://pypip.in/v/vidstab/badge.png https://img.shields.io/github/last-commit/AdamSpannbauer/python_video_stab.svg https://pepy.tech/badge/vidstab

This module contains a single class (VidStab) used for video stabilization. This class is based on the work presented by Nghia Ho in SIMPLE VIDEO STABILIZATION USING OPENCV.

Input

Output

image1

image2

Video used with permission from HappyLiving

Installation¶

  • Install Options
    • Install vidstab without installing OpenCV
    • Install vidstab & OpenCV

Usage¶

  • Basic usage
    • Using from command line
    • Using VidStab class
  • Advanced usage
    • Plotting frame to frame transformations
    • Using borders
    • Using Frame Layering
    • Automatic border sizing
    • Stabilizing a frame at a time
    • Working with live video
    • Transform file writing & reading

Module documentation¶

  • Module documentation
    • VidStab class
    • Utility functions

Indices and tables¶

  • Index

  • Module Index

Next

© Copyright 2018, Adam Spannbauer

Built with Sphinx using a theme provided by Read the Docs.