https://github.com/effeix/imagestab
Image stabilization algorithm using OpenCV
https://github.com/effeix/imagestab
Last synced: 8 months ago
JSON representation
Image stabilization algorithm using OpenCV
- Host: GitHub
- URL: https://github.com/effeix/imagestab
- Owner: effeix
- License: bsd-3-clause
- Created: 2018-09-04T13:27:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T23:58:44.000Z (almost 8 years ago)
- Last Synced: 2024-12-27T22:21:59.035Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 5.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```