ale93111 / pyoptflow

Optical Flow estimation in pure Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://travis-ci.org/scivision/pyoptflow.svg?branch=master

https://coveralls.io/repos/github/scivision/pyoptflow/badge.svg?branch=master

target:https://coveralls.io/github/scivision/pyoptflow?branch=master

Python implementation of optical flow estimation using only the Scipy stack for:

  • Lucas Kanade method
  • Horn Schunck
python HornSchunck.py data/box/box
python HornSchunck.py data/office/office
python HornSchunck.py data/rubic/rubic
python HornSchunck.py data/sphere/sphere

Also added similar method in Octave and a comparison plot using Matlab Computer Vision toolbox

Inspired by

About

Optical Flow estimation in pure Python

License:GNU Affero General Public License v3.0


Languages

Language:Python 58.0%Language:MATLAB 42.0%