microscope-napari

microscope-napari

Nanobiosensorics microscopic napari plugin.

Napari needs to be set up on your machine in order to install this plugin.

If you do not have napari installed it can be done following this article.

Search for microscope-napari and click install. After completed napari needs to be restarted to activate the plugin.

kép

Pip package manager

You can install the plugin in the environment where napari is set up with command.

pip install microscope-napari

If you have a conda environment use anaconda prompt.

You can access plugin's functionalities in the upper menu.

kép

Cellpose

Images can be segmented with custom and built-in cellpose models.

kép

For further information make sure to check out cellpose and cellpose-napari plugin.

Cell counting

Cell counts in pictures can be obtained with cellpose models and average intensity regression models. Any number of napari image layers can be selected to be evaluated.

Cellpose model

Without enabling regression model counting the default used method is cellpose segmenting. The lower settings are for cellpose only.

Cell outlines can be output to verify the accuracy of results.

Our custom cellpose models can be accessed there.

kép

Average intensity regression model

For these models we should enable the regression model counting feature. The lower settings are irrelevant now, cell outlines will not be output. It is only used for counting cells in images.

Our regression models can be accessed there.

kép

Version:

  • 0.0.4

Last updated:

  • 18 July 2024

First released:

  • 21 June 2024

License:

Supported data:

  • Information not submitted

Plugin type:

GitHub activity:

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

Python versions supported:

Operating system:

Requirements:

  • napari
  • napari-plugin-engine>=0.1.4
  • cellpose>0.6.3
  • imagecodecs