https://github.com/epfl-center-for-imaging/napari-remove-objects
A simple tool to remove objects in a Labels layer in Napari by clicking on them.
https://github.com/epfl-center-for-imaging/napari-remove-objects
napari-plugin
Last synced: 3 months ago
JSON representation
A simple tool to remove objects in a Labels layer in Napari by clicking on them.
- Host: GitHub
- URL: https://github.com/epfl-center-for-imaging/napari-remove-objects
- Owner: EPFL-Center-for-Imaging
- License: bsd-3-clause
- Created: 2023-10-24T09:00:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T18:53:58.000Z (over 1 year ago)
- Last Synced: 2024-08-11T10:26:57.237Z (9 months ago)
- Topics: napari-plugin
- Language: Python
- Homepage:
- Size: 474 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# napari-remove-objectsRight-click on objects to remove them in Napari.
![]()
## Installation
You can install `napari-remove-objects` via [pip]:
pip install napari-remove-objects
## Usage
Select the plugin from the `Plugins` menu of Napari.
## Contributing
Contributions are very welcome. Please get in touch if you'd like to be involved in improving or extending the package.
## License
Distributed under the terms of the [BSD-3] license,
"napari-remove-objects" is free and open source software## Issues
If you encounter any problems, please file an issue along with a detailed description.
----------------------------------
This [napari] plugin is an output of a collaborative project between the [EPFL Center for Imaging](https://imaging.epfl.ch/) and the [De Palma Lab](https://www.epfl.ch/labs/depalma-lab/) in 2023.
[napari]: https://github.com/napari/napari
[BSD-3]: http://opensource.org/licenses/BSD-3-Clause
[napari]: https://github.com/napari/napari
[pip]: https://pypi.org/project/pip/