Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.01 KB

File metadata and controls

19 lines (15 loc) · 1.01 KB

bioimage-py

Efficient, parallel, and distributed implementation of image analysis and segmentation functionality for biomedical imaging.

Note: this package is in an early state and mainly provides support for data conversion, downsampling, and some initial segmentation functionality (connected components and watershed). The functionality will be extended soon; the implementation of seamlessly switching between local and distributed execution (via slurm) is already in place. Any feedback on issues you find or on how to improve usability is welcome!

This package can be installed via pip:

pip install bioimage-py

and conda:

conda install -c conda-forge bioimage-py

See the documentation for more detailed installation instructions and usage examples.