Metadata-Version: 2.4
Name: motile
Version: 0.4.0
Summary: Multi-Object Tracker using Integer Linear Equations
Project-URL: homepage, https://github.com/funkelab/motile
Author-email: Jan Funke <funkej@janelia.hhmi.org>, Talley Lambert <talley.lambert@gmail.com>, Caroline Malin-Mayor <malinmayorc@janelia.hhmi.org>, Benjamin Gallusser <bgallusser@googlemail.com>, Florian Jug <florian.jug@fht.org>
License: MIT
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: ilpy>=0.4.0
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: structsvm
Description-Content-Type: text/markdown

# motile: Multi-Object Tracking with Integer Linear Equations

[![License](https://img.shields.io/pypi/l/motile.svg)](https://github.com/funkelab/motile/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/motile.svg)](https://pypi.org/project/motile)
[![CI](https://github.com/funkelab/motile/actions/workflows/ci.yaml/badge.svg)](https://github.com/funkelab/motile/actions/workflows/ci.yaml)
[![codecov](https://codecov.io/gh/funkelab/motile/branch/main/graph/badge.svg)](https://codecov.io/gh/funkelab/motile)

`motile` tracks multiple objects by solving a global optimization problem.

Read all about it in the [documentation](https://funkelab.github.io/motile/).

## Installation

```bash
pip install motile
```

## Development
Check out CONTRIBUTING.md for more information on contributing to `motile`.
