Manual registration

napari-manual-registration

A simple plugin to register 2 views of the same object

License BSD-3 PyPI Python Version tests codecov napari hub

A plugin to obtain parameters for affine transform used to register two views of the same object, e.g as obtained with dual-view microscopes.

napari-manual-registration is a napari plugin that is part of the Tapenade project. Tapenade is a tool for the analysis of dense 3D tissues acquired with deep imaging microscopy. It is designed to be user-friendly and to provide a comprehensive analysis of the data.

If you use this plugin for your research, please cite us.

Overview

While working with large and dense 3D and 3D+time gastruloid datasets, we found that being able to visualise and interact with the data dynamically greatly helped processing it. During the pre-processing stage, dynamical exploration and interaction led to faster tuning of the parameters by allowing direct visual feedback, and gave key biophysical insight during the analysis stage.

When using our automatic registration tool to spatially register two views of the same organoid, we were sometimes faced with the issue that the tool would not converge to the true registration transformation. This happens when the initial position and orientation of the floating view are too far from their target values. We thus designed a Napari plugin to quickly find a transformation that can be used to initialize our registration tool close to the optimal transformation. From two images loaded in Napari representing two views of the same organoid, the plugin allows the user to

  1. annotate matching salient landmarks (e.g bright dead cells or lumen-like structures) in both the reference and floating views, from which an optimal rigid transformation can be found automatically using principal component analysis.
  2. manually define a rigid transformation by continually varying 3D rotations and translations while observing the results until a satisfying fit is found

Installation

The plugin obviously requires napari to run. If you don't have it yet, follow the instructions here.

The simplest way to install napari-manual-registration is via the napari plugin manager. Open Napari, go to Plugins > Install/Uninstall Packages... and search for napari-manual-registration. Click on the install button and you are ready to go!

You can also install napari-manual-registration via pip:

pip install napari-manual-registration

To install latest development version :

pip install git+https://github.com/jules-vanaret/napari-manual-registration.git

Usage

The plugin provides two methods to register two views of the same object. The first one consists in selecting manually each transformation parameter (rotation and translation) while observing the result in real-time, either in 2D or 3D (the user can switch between 2D and 3D at any time). The second method consists in manually drawing landmarks in both views, from which the optimal transformation is found automatically using principal component analysis.

Be aware that the visualization does not accomodate for voxel anisotropy, so we recommend using isotropic data, or to resize you anisotropic data to an isotropic voxel size (e.g by using napari-tapenade-processing).

A. Registration by selecting explicit transformation parameters

Registration with 3D view

We describe below the steps to register two views of the same object in a purely 3D manner. Note that the plugin also allows to switch between 2D and 3D at any time, and 2D view is described in the next section.

Steps:

  1. First, load your images in Napari. You can drag and drop them from your file explorer to the Napari viewer, or open them using the File > Open files... menu.
  2. Click on the Plugins > Manual Registration menu to open the plugin.
  3. Select the reference layer from the combo box. The reference layer is chosen to be the one that does not move.
  4. Select the floating layer from the combo box. The floating layer is the one that will be transformed.
  5. We recommend pressing the Format layers for explicit registration button so that your layers are automatically formatted for you to begin the registration process. Napari offers a wide range of customisation options for the layers appearances, so feel free to play with them if our formatting does not fit your preferences. ;)
  6. You can now start the registration process by moving the Translations and Rotations sliders. The floating layer will be transformed in real-time according to the selected parameters.
  7. To optimize the visibility of your images, you can change the contrast limits and opacity of a layer by clicking on the layer name in the layer list and adjusting the sliders in the layer properties widget.
  8. If you wish to hide a layer, you can click on the eye icon next to the layer name in the layer list.
  9. Once you are satisfied with the registration, choose a directory to save the transformation parameters by clicking on the Choose directory button. The transformation parameters will be saved in a .json file in this directory.
  10. Finally, click on the Save to JSON button to save the transformation parameters.

Registration with 2D view

Steps (the steps 1 to 5 are the same as for the 3D registration): 6. If you want to switch to the 2D view, click on the Toggle 2D/3D view button (it resembles a square when in 2D mode, or a cube when in 3D mode).

  1. Again, feel free to play with the contrast limits and opacity of the layers to optimize the visibility of your images. First click on the layer name in the layer list, then adjust the sliders in the layer properties widget.
  2. If you wish to hide a layer, you can click on the eye icon next to the layer name in the layer list.
  3. In 2D mode, a slider appears at the bottom of the plugin window. You can use it to slide through the z-slices of your images.
  4. You can now start the registration process by moving the Translations and Rotations sliders. The floating layer will be transformed in real-time according to the selected parameters.
  5. Once you are satisfied with the registration, choose a directory to save the transformation parameters by clicking on the Choose directory button. The transformation parameters will be saved in a .json file in this directory. Finally, click on the Save to JSON button to save the transformation parameters.

B. Registration by annotating salient landmarks

Steps:

  1. First, load your images in Napari. You can drag and drop them from your file explorer to the Napari viewer, or open them using the File > Open files... menu.
  2. Click on the Plugins > Manual Registration menu to open the plugin.
  3. Select the reference layer from the combo box. The reference layer is chosen to be the one that does not move.
  4. Select the floating layer from the combo box. The floating layer is the one that will be transformed.
  5. Click the Create landmarks layers button to create two new Labels layers that will be used to annotate the landmarks in the reference and floating views.
  6. We recommend pressing the Format layers for landmarks matching button so that your layers are automatically formatted for you to begin the registration process. Napari offers a wide range of customisation options for the layers appearances, so feel free to play with them if our formatting does not fit your preferences. ;)
  7. We first recommend hiding the reference layer and the reference landmarks layer by clicking on the eye icon next to the layer name in the layer list. This will allow you to focus on the floating layer and the floating landmarks layer.
  8. Click on the landmarks_floating layer in the layer list to select it.
  9. Click on the Activate the paint brush button in the layer properties widget. This will allow you to draw landmarks in the floating view.
  10. Navigate through the z-slices of your images using the slider at the bottom of the plugin window.
  11. When you have found a salient landmark in the floating view, start drawing a "blob" around it by clicking and dragging your mouse. You can adjust the size of the brush using the Brush size slider in the layer properties widget. The shape of the "blob" you draw does not matter, as the plugin currently only uses the center of mass of the "blob" to locate the landmark.
  12. Once you have drawn a landmark, click on the + button in the layer properties widget to increase the label value. This will allow you to draw another landmark. Change label value after each landmark you draw. Repeat steps 10 to 12 until you have annotated all the salient landmarks in the floating view.
  13. Once you have annotated all the salient landmarks in the floating view, hide the floating layers, and show the reference layers and the reference landmarks layer by clicking on the eye icon next to the layer name in the layer list.
  14. Click on the landmarks_reference layer in the layer list to select it.
  15. Navigate to the z-slice of the reference view that corresponds to the z-slice of the floating view where you drew the first landmark.
  16. Draw a "blob" around the corresponding landmark in the reference view by clicking and dragging your mouse.
  17. Increment your label value by clicking on the + button in the layer properties widget each time you draw a new widget. Repeat steps 15 to 17 until you have annotated all the salient landmarks in the reference view.
  18. Once you have annotated all the salient landmarks in the reference view, click on the Run landmark registration button. The plugin will automatically find the optimal transformation that aligns the floating landmarks to the reference landmarks using principal component analysis.
  19. If you are satisfied with the registration, choose a directory to save the transformation parameters by clicking on the Choose directory button. The transformation parameters will be saved in a .json file in this directory. Finally, click on the Save to JSON button to save the transformation parameters.

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the BSD-3 license, "napari-manual-registration" is free and open source software

Issues

If you encounter any problem using this plugin, please file an issue on the GitHub repository.


This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.

Version:

  • 0.0.2

Last updated:

  • 09 September 2024

First released:

  • 13 August 2024

License:

Supported data:

  • Information not submitted

Plugin type:

GitHub activity:

  • Stars: 0
  • Forks: 0
  • Issues + PRs: 0

Python versions supported:

Operating system:

Requirements:

  • numpy
  • scipy
  • magicgui
  • qtpy
  • pyclesperanto-prototype
  • scikit-image