CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/CONTRIBUTING.md
docs/about.md
docs/api.rst
docs/block_matching.jpg
docs/development.md
docs/index.md
docs/install.md
docs/logo.png
src/mps_motion/__init__.py
src/mps_motion/__main__.py
src/mps_motion/block_matching.py
src/mps_motion/cli.py
src/mps_motion/dualtvl1.py
src/mps_motion/farneback.py
src/mps_motion/filters.py
src/mps_motion/frame_sequence.py
src/mps_motion/gui.py
src/mps_motion/lucas_kanade.py
src/mps_motion/mechanics.py
src/mps_motion/motion_tracking.py
src/mps_motion/scaling.py
src/mps_motion/stats.py
src/mps_motion/utils.py
src/mps_motion/visu.py
src/mps_motion.egg-info/PKG-INFO
src/mps_motion.egg-info/SOURCES.txt
src/mps_motion.egg-info/dependency_links.txt
src/mps_motion.egg-info/not-zip-safe
src/mps_motion.egg-info/requires.txt
src/mps_motion.egg-info/top_level.txt
tests/conftest.py
tests/example_traces.npy
tests/first_frame.npy
tests/synthetic_data.py
tests/test_block_matching.py
tests/test_cli.py
tests/test_dualtvl1.py
tests/test_farneback.py
tests/test_filters.py
tests/test_frame_sequence.py
tests/test_known_displacement.py
tests/test_lucas_kanade.py
tests/test_mechanics.py
tests/test_motion_tracking.py
tests/test_scaling.py
tests/test_stats.py