marximus / flowviz

Color-code flow, read/write .flo files, and visualize flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flowviz

Flowviz is a Python animation library based on matplotlib that provides a high-level interface for visualizing flow.

Installation

Conda

Build Status

With conda installed, run

conda install -c conda-forge -c mauricemarx flowviz

Source

If you plan to edit the code, you can install manually.

git clone https://github.com/marximus/flowviz
cd flowviz
pip install -e .

Examples

Check out the Jupyter notebook.

Vectors

Colors

Vectors and Colors

Acknowledgments

Code for coloring flow was adapted from the Middlebury optical flow dataset.

License

MIT License

About

Color-code flow, read/write .flo files, and visualize flow

License:MIT License


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%