



Liu'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 the open-source Optical Flow estimator developed by C. Liu during his Ph.D. The code was originally conceived to operate over Matlab. This is a Python/Bob port. If you use this code, the author asks you to cite his thesis:
@phdthesis{Liu_PHD_2009,
title = {{Beyond Pixels: Exploring New Representations and Applications for Motion Analysis}},
author = {Liu, Ce},
institution = {{Massachusetts Institute of Technology}},
year = {2009},
type = {{Ph.D. Thesis}},
}
Installation
Follow our installation instructions. Then, using the Python interpreter provided by the distribution, bootstrap and buildout this package:
$ python bootstrap-buildout.py
$ ./bin/buildout
Contact
For questions or reporting issues to this software package, contact our development mailing list.