bob.ip.optflow.hornschunck

Optical Flow framework based on Horn & Schunck


License
BSD-3-Clause
Install
pip install bob.ip.optflow.hornschunck==2.0.0a0

Documentation

Implementation of Horn & Schunck's Optical Flow Framework for Bob

This package is part of the signal-processing and machine learning toolbox Bob. It contains a simple Python wrapper to an open-source Optical Flow estimator based on the works by Horn & Schunck:

@article{Horn_Schunck_1981,
  author = {Horn, B. K. P. and Schunck, B. G.},
  title = {Determining optical flow},
  year = {1981},
  booktitle = {Artificial Intelligence},
  volume = {17},
  pages = {185--203},
}

Installation

Complete Bob's installation instructions. Then, to install this package, run:

$ conda install bob.ip.optflow.hornschunck

Contact

For questions or reporting issues to this software package, contact our development mailing list.