Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/effeix/imagestab
- Owner: effeix
- License: bsd-3-clause
- Created: 2018-09-04T13:27:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T23:58:44.000Z (over 6 years ago)
- Last Synced: 2024-11-07T09:53:26.416Z (about 2 months 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
```