https://github.com/epfl-center-for-imaging/napari-live-histogram
Display the image histogram in Napari.
https://github.com/epfl-center-for-imaging/napari-live-histogram
napari-plugin
Last synced: 3 months ago
JSON representation
Display the image histogram in Napari.
- Host: GitHub
- URL: https://github.com/epfl-center-for-imaging/napari-live-histogram
- Owner: EPFL-Center-for-Imaging
- License: bsd-3-clause
- Created: 2023-10-22T17:57:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T20:49:19.000Z (over 1 year ago)
- Last Synced: 2025-02-09T13:04:50.163Z (3 months ago)
- Topics: napari-plugin
- Language: Python
- Homepage:
- Size: 4.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# napari-live-histogramDisplay the image histogram in Napari. The histogram is updated live if the selected layer data changes, for example if image data is being streamed from a camera.
![]()
## Installation
You can install `napari-live-histogram` via [pip]:
pip install napari-live-histogram
## 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-live-histogram" 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 [Laboratory of Molecular Nanodynamics](https://www.epfl.ch/labs/lnd/) 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/