https://github.com/royerlab/dexpv2
https://github.com/royerlab/dexpv2
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/royerlab/dexpv2
- Owner: royerlab
- License: bsd-3-clause
- Created: 2023-04-10T22:12:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-09T01:26:25.000Z (about 1 year ago)
- Last Synced: 2025-07-03T09:11:35.720Z (12 months ago)
- Language: Python
- Size: 174 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEXPV2
[](https://zenodo.org/doi/10.5281/zenodo.13761266)
Image processing library for large microscopy images.
# Installation
```
pip install git+https://github.com/royerlab/dexpv2.git
```
# Philosophy
DEXPv2 is a simplified version of [DEXP](https://github.com/royerlab/dexp).
Rather than implementing the whole processing pipeline as the original DEXP, version 2 focuses on building image processing components for large image processing.
These image processing functions are implemented using Array API standard when permitted, making them available for CPU or GPU when `cupy` and `cucim` is available.