{"name":"PlatyMatch","display_name":"PlatyMatch","visibility":"public","icon":"","categories":[],"schema_version":"0.2.0","on_activate":null,"on_deactivate":null,"contributions":{"commands":[{"id":"PlatyMatch.DetectNuclei","title":"DetectNuclei","python_name":"platymatch._dock_widget:DetectNuclei","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"PlatyMatch.EstimateTransform","title":"EstimateTransform","python_name":"platymatch._dock_widget:EstimateTransform","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"PlatyMatch.EvaluateMetrics","title":"EvaluateMetrics","python_name":"platymatch._dock_widget:EvaluateMetrics","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":null,"writers":null,"widgets":[{"command":"PlatyMatch.DetectNuclei","display_name":"DetectNuclei","autogenerate":false},{"command":"PlatyMatch.EstimateTransform","display_name":"EstimateTransform","autogenerate":false},{"command":"PlatyMatch.EvaluateMetrics","display_name":"EvaluateMetrics","autogenerate":false}],"sample_data":null,"themes":null,"menus":{},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.1","name":"PlatyMatch","version":"0.0.3","dynamic":null,"platform":["UNKNOWN"],"supported_platform":null,"summary":"PlatyMatch allows registration of volumetric images of embryos by establishing correspondences between cells","description":"[![DOI:10.1007/978-3-030-66415-2_30](https://zenodo.org/badge/DOI/10.1007/978-3-030-66415-2_30.svg)](https://link.springer.com/chapter/10.1007/978-3-030-66415-2_30)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![PyPI](https://img.shields.io/pypi/v/PlatyMatch.svg?color=green)](https://pypi.org/project/PlatyMatch)\n[![Python Version](https://img.shields.io/pypi/pyversions/PlatyMatch.svg?color=green)](https://python.org)\n[![tests](https://github.com/juglab/PlatyMatch/workflows/tests/badge.svg)](https://github.com/juglab/PlatyMatch/actions)\n[![codecov](https://codecov.io/gh/juglab/PlatyMatch/branch/master/graph/badge.svg)](https://codecov.io/gh/juglab/PlatyMatch)\n\n\n

\n \n

\n

Registration of Multi-modal Volumetric Images by Establishing Cell Correspondence

\n\n## Table of Contents\n\n- **[Introduction](#introduction)**\n- **[Dependencies](#dependencies)**\n- **[Getting Started](#getting-started)**\n- **[Datasets](#datasets)**\n- **[Registering your data](#registering-your-data)**\n- **[Contributing](#contributing)**\n- **[Issues](#issues)**\n- **[Citation](#citation)**\n\n### Introduction\nThis repository hosts the version of the code used for the **[publication](https://link.springer.com/chapter/10.1007/978-3-030-66415-2_30)** **Registration of Multi-modal Volumetric Images by Establishing Cell Correspondence**. \n\nWe refer to the techniques elaborated in the publication, here as **PlatyMatch**. `PlatyMatch` performs a linear registration of volumetric, microscopy images of embryos by establishing correspondences between cells. \n\n`PlatyMatch` first detects nuclei in the two images being considered, next calculates unique `shape context` features for each nucleus detection which encapsulates the neighborhood as seen by that nucleus, and finally identifies pairs of matching nuclei through maximum bipartite matching applied to the pairwise distance matrix generated from these features. \n\n### Dependencies \n\nYou can install `PlatyMatch` via **[pip]**:\n\n```\nconda create -y -n PlatyMatchEnv python==3.8\nconda activate PlatyMatchEnv\npython3 -m pip install PlatyMatch\n```\n\n### Getting Started\n\nType in the following commands in a new terminal window.\n\n```\nconda activate PlatyMatchEnv\nnapari\n```\n\nNext, select `PlatyMatch` from `Plugins> Add Dock Widget`.\n\n### Datasets\n\nDatasets are available in **`bic_eccv_data.zip`** as release assets **[here](https://github.com/juglab/PlatyMatch/releases/tag/v0.0.1)**.\nThese comprise of images, nuclei detections and keypoint locations for confocal images of 12 individual specimens under the `01-insitus` directory and static snapshots of a live embryo imaged through Light Sheet Microscopy under the `02-live` directory. \nFolders with the same name in these two directories correspond in their developmental age, for example, `01-insitus/02` corresponds to `02-live/02`, `01-insitus/03` corresponds to `02-live/03` and so on. \n\n\n### Registering your data\n\n- **Detect Nuclei** \n\t- Drag and drop your images in the viewer \n\t- Click on `Sync with Viewer` button to refresh the drop-down menus \n\t- Select the appropriate image in the drop down menu (for which nuclei detections are desired)\n\t- Select **`Detect Nuclei`** from the drop-down menu\n\t- Specify the anisotropy factor (`Anisotropy (Z)`) (i.e. the ratio of the size of the z pixel with respect to the x or y pixel. This factor is typically more than 1.0 because the z dimension is often undersampled)\n\t- Ideally min scales and max scales should be estimated from your data (`min_scale` should be set as `min_radius/sqrt(3)` and `max_scale` should be set as `max_radius/sqrt(3)`. The default values of `min_scale=5` and `max_scale=9` generally works well). \n\t- Click `Run Scale Space Log` button. Please note that this step takes a few minutes.\n\t- Wait until a confirmation message suggesting that nuclei detection is over shows up on the terminal\n\t- Export the nuclei locations (`Export detections to csv`) to a csv file\n\t- Repeat this step for all images which need to be matched\n\n\n\n\nhttps://user-images.githubusercontent.com/34229641/120660618-cd5d3980-c487-11eb-8996-326264a4df87.mp4\n\n\n- **Estimate Transform**\n\t- In case, nuclei were exported to a csv in the `Detect Nuclei` panel, tick `csv` checkbox\n\t- If the nuclei detected were specified in the order id, z, y and x in the csv file, then tick `IZYXR` checkbox\n\t- Additionally if there is a header in the csv file, tick `Header` checkbox\n\t- Load the detections for the `Moving Image`, which is defined as the image which will be transformed to later match another `fixed` image\n\t- Load the detections for the `Fixed Image`\n\t- Click on `Run` pushbutton. Once the calculation is complete, a confirmation message shows up in the terminal. Export the transform matrix to a csv (Note that this step can take a few minutes)\n\t- It is also possible to estimate the transform in a `supervised` fashion. For this, upload the locations of a few matching keypoints in both images. These locations serve to provide a good starting point for the transform calculation. Once the keypoint files have been uploaded for both the images, then click `Run` and then export the transform matrix to a csv file \n\n\nhttps://user-images.githubusercontent.com/34229641/120685628-53857a00-c4a0-11eb-8f92-7ffac730e28a.mp4\n\n\n\n- **Evaluate Metrics**\n\t- Drag images which need to be transformed, in the viewer\n\t- Click on `Sync with Viewer` button to refresh the drop-down menus\n\t- Specify the anisotropy factor (`Moving Image Anisotropy (Z)` and `Fixed Image Anisotropy (Z)`) (i.e. the ratio of the size of the z pixel with respect to the x or y pixel. This factor is typically more than 1.0 because the z dimension is often undersampled)\n\t- Load the transform which was calculated in the previous steps\n\t- If you simply wish to export a transformed version of the moving image, click on `Export Transformed Image`\n\t- Additionally, one could quantify metrics such as average registration error evaluated on a few keypoints. To do so, tick the `csv` checkbox, if keypoints and detections are available as a csv file. Then load the keypoints for the moving image (`Moving Kepoints`) and the fixed image (`Fixed Keypoints`)\n\t- Also, upload the detections calculated in the previous steps (`Detect Nuclei`) by uploading the `Moving Detections` and the `Fixed Detections`\n\t- Click on the `Run` push button\n\t- The text fields such as `Matching Accuracy`(0 to 1, with 1 being the best) and `Average Registration Error` (the lower the better) should become populated once the results are available\n\n\n\nhttps://user-images.githubusercontent.com/34229641/120685654-5b451e80-c4a0-11eb-8d7d-de58b8b8304d.mp4\n\n\n### Contributing\n\nContributions are very welcome. Tests can be run with **[tox]**.\n\n### Issues\n\nIf you encounter any problems, please **[file an issue]** along with a detailed description.\n\n[file an issue]: https://github.com/juglab/PlatyMatch/issues\n[tox]: https://tox.readthedocs.io/en/latest/\n[pip]: https://pypi.org/project/EmbedSeg/\n\n\n### Citation\nIf you find our work useful in your research, please consider citing:\n\n```bibtex\n@InProceedings{10.1007/978-3-030-66415-2_30,\nauthor=\"Lalit, Manan and Handberg-Thorsager, Mette and Hsieh, Yu-Wen and Jug, Florian and Tomancak, Pavel\",\neditor=\"Bartoli, Adrien\nand Fusiello, Andrea\",\ntitle=\"Registration of Multi-modal Volumetric Images by Establishing Cell Correspondence\",\nbooktitle=\"Computer Vision -- ECCV 2020 Workshops\",\nyear=\"2020\",\npublisher=\"Springer International Publishing\",\naddress=\"Cham\",\npages=\"458--473\",\nisbn=\"978-3-030-66415-2\"\n}\n```\n\n`PlatyMatch` plugin was generated with [Cookiecutter] using with [@napari]'s [cookiecutter-napari-plugin] template.\n\n[napari]: https://github.com/napari/napari\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[@napari]: https://github.com/napari\n[MIT]: http://opensource.org/licenses/MIT\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n[file an issue]: https://github.com/juglab/PlatyMatch/issues\n[napari]: https://github.com/napari/napari\n[tox]: https://tox.readthedocs.io/en/latest/\n[pip]: https://pypi.org/project/pip/\n[PyPI]: https://pypi.org/\n\n\n","description_content_type":"text/markdown","keywords":null,"home_page":"https://github.com/juglab/PlatyMatch","download_url":null,"author":"Manan Lalit","author_email":"lalit@mpi-cbg.de","maintainer":null,"maintainer_email":null,"license":"BSD-3","classifier":["Development Status :: 4 - Beta","Intended Audience :: Developers","Framework :: napari","Topic :: Software Development :: Testing","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Operating System :: OS Independent","License :: OSI Approved :: BSD License"],"requires_dist":["napari-plugin-engine (>=0.1.4)","numpy","scikit-image","scikit-learn","tqdm","simpleitk","napari[all]","pandas","pytest"],"requires_python":">=3.6","requires_external":null,"project_url":null,"provides_extra":null,"provides_dist":null,"obsoletes_dist":null},"npe1_shim":true}