Motile
Tracking with motile
The full documentation of the plugin can be found here.
A plugin for tracking with motile in napari. Motile is a library that makes it easy to solve tracking problems using optimization by framing the task as an Integer Linear Program (ILP). See the motile documentation for more details on the concepts and method.
Installation
This plugin depends on motile, which in turn depends on gurobi and ilpy. These dependencies must be installed with conda before installing the plugin with pip.
conda create -n motile-plugin python=3.10
conda activate motile-plugin
conda install -c conda-forge -c funkelab -c gurobi ilpy
pip install motile-plugin
Issues
If you encounter any problems, please file an issue along with a detailed description.
Version:
- 2.0.1
Last updated:
- 2024-11-04
First released:
- 2024-05-23
License:
- BSD 3-Clause
Supported data:
- Information not submitted
Plugin type:
Open extension:
Save extension:
Operating system:
- Information not submitted
Requirements:
- napari[all]
- numpy
- magicgui
- qtpy
- scikit-image
- motile >=0.3
- motile-toolbox >=0.3.5
- pydantic
- tifffile[all]
- fonticon-fontawesome6
- pyqtgraph
- lxml-html-clean
- myst-parser ; extra == 'docs'
- sphinx ; extra == 'docs'
- sphinx-autoapi ; extra == 'docs'
- sphinx-rtd-theme ; extra == 'docs'
- sphinxcontrib-video ; extra == 'docs'
- napari ; extra == 'testing'
- pyqt5 ; extra == 'testing'
- pytest ; extra == 'testing'
- pytest-cov ; extra == 'testing'
- pytest-qt ; extra == 'testing'