A lightweight plugin extending label layer control
Project description
napari-annotator
A lightweight plugin extending label layer control.
This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.
Description
This lightweight plugin helps you navigate your labels layer. It is intended to ease your manual annotation work.
- Select a label from the list.
- Toggle the visibility of individual label entries.
- Move to the centroid of a label at the current zoom.
- Change the color of individual labels.
- Erase all drawn pixels of a given label.
- Restore an erased label.
Usage
Start the plugin Plugins > napari-annotator: Annotator
.
The plugin will list available labels once a labels layer is selected and labels drawn.
Color shuffling for labels will not work, since the plugin sets the color mode of the layer to direct
.
But you can always change the color of individual labels, using the color picker.
Known limitations
- Lag when drawing (probably related to this issue).
- Locating / moving to the center of a label only works on 2D/3D label layers, i.e.:
- single- / multi-channel 2D label layers.
- single-channel 3D label layers (the third dimension being either Z or T).
- Maximum 255 labels supported. Increasing number of supported label is possible, but when increasing it, colors in the canvas will mismatch the layer control and plugin entries (probably related to this issue)
- Restoring an erased labels is lost after switching between layers.
Installation
You can install napari-annotator
via pip:
pip install napari-annotator
To install latest development version :
pip install git+https://github.com/loicsauteur/napari-annotator.git
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-annotator" is free and open source software.
Issues
If you encounter any problems, please file an issue along with a detailed description. Or open a thread on forum.image.sc with a detailed description and a @loicsauteur tag.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for napari_annotator-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 211c2545ea3ed1c43930cdd0ed155818a0ba14d0d5ce7bdabcfaf8e19cc3ac7b |
|
MD5 | e84907df24b915bb125135f398597e02 |
|
BLAKE2b-256 | 72d19516a053677cf6eaf9fc60d12b2f963493026a653585632751f2c26597f9 |