This package provides a GUI interfrace for simple mathematical operations on image, point and surface layers.
- addition
- subtraction
- multiplication
- division
- logical and, or, xor
- z-projection (mean and sum)
Operations can be peformed on a single layer or between Image layers (functionaly pending for Surface and Point layers), for example adding one layer to another.
When performing operations on two images of different sizes, the result will be the size of the smallest of the two images.
You can install napari-math
via pip:
pip install napari-math
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.
Distributed under the terms of the MIT license, "napari-math" is free and open source software
If you encounter any problems, please file an [issue] along with a detailed description.