Metadata-Version: 2.1
Name: mps_motion
Version: 0.4.2
Summary: Library for tracking motion in cardiac mps data
Author-email: Henrik Finsberg <henriknf@simula.no>
License: MIT
Project-URL: Homepage, https://github.com/ComputationalPhysiology/mps_motion
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: bump-my-version; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: pdbpp; 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: 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)
[![DOI](https://zenodo.org/badge/327848546.svg)](https://zenodo.org/doi/10.5281/zenodo.13380032)

# 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

## Citing
If you use this library in your research, please cite the following paper
```
@article{10.1088/2057-1976/ad7268,
	author={Finsberg, Henrik Nicolay Topnes and Charwat, Verena and Healy, Kevin E and Wall, Samuel},
	title={Automatic motion estimation with applications to hiPSC-CMs},
	journal={Biomedical Physics & Engineering Express},
	url={http://iopscience.iop.org/article/10.1088/2057-1976/ad7268},
	year={2024},
}
```

## License
MIT
