Skip to content

yfukai/m2stitch

Folders and files

NameName
Last commit message
Last commit date
Dec 1, 2023
Apr 8, 2022
Jul 1, 2023
Feb 13, 2022
Sep 9, 2022
Jan 13, 2023
May 19, 2021
May 19, 2021
Feb 10, 2022
May 19, 2021
Jan 13, 2023
Apr 8, 2022
May 19, 2021
May 19, 2021
Jul 24, 2021
Feb 10, 2022
Apr 5, 2023
Jul 28, 2021
Jul 23, 2021
Feb 13, 2022
Jan 13, 2023
Jan 13, 2023

Repository files navigation

M2Stitch

PyPI Python Version License

Read the documentation at https://m2stitch.readthedocs.io/ Tests Codecov

pre-commit Black Zenodo

Features

  • Provides robust stitching of tiled microscope images on a regular grid, mostly following algorithm by MIST but improved in several points.
  • Supports missing tiles.

Installation

You can install M2Stitch via pip from PyPI:

$ pip install m2stitch

Usage

Please see the Usage for details.

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the MIT license, M2Stitch is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Credits

This program is an unofficial implementation of MIST stitching algorithm on GitHub. The original paper is here.

This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.

Citation

If you use this program for your research, please cite it and help us build more.

@misc{m2stitch,
   author = {Yohsuke T. Fukai},
   title = {m2stitch},
   year  = {2021},
   url   = {https://doi.org/10.5281/zenodo.5139596},
}

Other Python stitching programs

One might also be interested in another Python-written stitching tool ASHLAR (bioRxiv), with a comparable performance to that of MIST and additional features.