The Napari Assistant

1 minute read

The Napari Assistant plugin is a collection of tools for many common image processing tasks. It comes with a graphical user interface and is a very handy tool for exploring and applying the image processing methods, that we have discussed so far, are yet to discuss and beyond.

The Assistant widget can be opened via the Tools->Utilities->Assistant menu and will look as follows:

png The Napari Assistant widget.

As you can see, the Assistant offers a wide range of image processing methods, covering

When you click on the desired image processing function, a new widget will open together with a new layer in the layer viewer. As usual, any image processing task in Napari is performed in a non-disruptive way, i.e., the original image is not modified. Instead, the results of the processing is added as a new layer. The new widget allows you to adjust the corresponding parameters of the selected function:

png Example of a widget for adjusting the parameters of a selected image processing function.

Creating image processing workflows

The Assistant is in fact designed for building image processing workflows. I.e., you can set-up your own pipeline of image processing steps simply by selecting and adjusting the corresponding functions. And when your pipeline is ready, you can save the workflow as a YML file and re-use it as often as you like:

png The Assistant let’s you save and reload entire image processing workflows as YML files…

You can export your workflow as a Python script or Jupyter notebook as well:

png …as well as Python scripts or Jupyter notebooks.

Further readings

Acknowledgements

The Napari Assistant was developed by by Robert Haase (Website, Mastodon, Twitter, GitHub) and Ryan Savill (Blog, Twitter). Check out their websites as they contain many very useful and illustrative examples of image processing methods. And by the way, many of the plugins used in this course have been developed by Robert Haase.

updated: