The napari hub is transitioning to a community-run implementation due to launch in June 2025.
Since October 1, 2024, this version is no longer actively maintained and will not be updated. New plugins and plugin updates will continue to be listed.

SegSelect

napari-segselect

Select a connected component from a membrain-seg segmentation.

Workflow step:
Image annotation

License BSD-3 PyPI Python Version napari hub

Select a connected component from a membrain-seg segmentation.

Usage

  1. Run membrain-seg with the --store-connected-components flag.
  2. Open the segmentation in Napari, find out which component numbers correspond to your feature.
  3. Enter these numbers and a feature name in the widget, press run.
  4. Save the resulting layer using naparis built-in dialog.
  5. Now you have a standalone binary segmentation of your feature of interest.

Installation

You can install napari-segselect via pip:

`pip install napari-segselect`

Or directly from GitHub:

`pip install git+https://github.com/bwmr/napari-segselect.git`

License

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

Issues

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

This napari plugin was generated with copier using the napari-plugin-template.

Version:

  • 0.1.1

Last updated:

  • 31 January 2025

First released:

  • 31 January 2025

License:

Supported data:

  • Information not submitted

Open extension:

Save extension:

Save layers:

GitHub activity:

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

Python versions supported:

Operating system:

Requirements:

  • numpy
  • magicgui
  • mrcfile