Select a connected component from a membrain-seg segmentation.
- Run
membrain-seg
with the--store-connected-components
flag (optional, otherwise connected components will be calculated while opening the segmentation.) - Open the segmentation in Napari, find out which component numbers correspond to your feature.
- Enter these numbers and a feature name in the widget, press run.
- Save the resulting layer using naparis built-in dialog.
- Now you have a standalone binary segmentation of your feature of interest.
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
Distributed under the terms of the BSD-3 license, "napari-segselect" is free and open source software
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.