Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/effeix/imagestab

Image stabilization algorithm using OpenCV
https://github.com/effeix/imagestab

Last synced: 9 days ago
JSON representation

Image stabilization algorithm using OpenCV

Awesome Lists containing this project

README

        

# Image Stabilization

This repository contains a Jupyter Notebook explaining an implementation of image stabilization using Dense Optical Flow algorithm

### Setup (Ubuntu 18.04)
The algorithm was built using Python 3.7 and *opencv-python* 3.4.2.17

- Install dependencies
```sh
$ pip3 install -r requirements.txt
```

### Usage

```sh
$ jupyter notebook imagestab.ipynb
```