Metadata-Version: 2.1
Name: mps-motion
Version: 0.3.7
Summary: Library for tracking motion in cardiac mps data
Home-page: https://github.com/ComputationalPhysiology/mps_motion
Author: Henrik Finsberg
Author-email: henriknf@simula.no
License: MIT
Keywords: motion tracking,computer vision,optical flow,cardiac
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ap-features
Requires-Dist: cardiac-mps
Requires-Dist: daiquiri
Requires-Dist: dask-image
Requires-Dist: dask[array,diagnostics]
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: opencv-contrib-python
Requires-Dist: opencv-python
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: typer
Requires-Dist: typing-extensions
Provides-Extra: benchmark
Requires-Dist: flowiz ; extra == 'benchmark'
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: bump2version ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: jupyter-book ; extra == 'docs'
Provides-Extra: gui
Requires-Dist: streamlit ; extra == 'gui'
Provides-Extra: pypi
Requires-Dist: build ; extra == 'pypi'
Provides-Extra: test
Requires-Dist: black ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'
Requires-Dist: pre-commit ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

![CI](https://github.com/ComputationalPhysiology/mps_motion/workflows/CI/badge.svg)
[![Github Pages](https://github.com/ComputationalPhysiology/mps_motion/actions/workflows/build_docs.yml/badge.svg)](https://github.com/ComputationalPhysiology/mps_motion/actions/workflows/build_docs.yml)
[![PyPI version](https://badge.fury.io/py/mps-motion.svg)](https://badge.fury.io/py/mps-motion)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![codecov](https://codecov.io/gh/ComputationalPhysiology/mps_motion/branch/main/graph/badge.svg?token=8DQFJGH4E7)](https://codecov.io/gh/ComputationalPhysiology/mps_motion)

# MPS Motion

Library for tracking motion in cardiac mps data


* Source code: https://github.com/ComputationalPhysiology/mps_motion
* Documentation: https://computationalphysiology.github.io/mps_motion


## Installation

See: https://computationalphysiology.github.io/mps_motion/install.html


## Getting started

See https://computationalphysiology.github.io/mps_motion/quickstart.html


## Authors

- Henrik Finsberg henriknf@simula.no

## License
MIT
