Collection of bio-image analysis functions of the biapol group @ TU Dresden.
Project description
biapol-utilities
Collection of utility functions from the BiA-PoL group at the DFG Cluster of Excellence "Physics of Life" (PoL) @ TU Dresden, Germany.
Usage
This library contains functions for comparing and visualizing label images. For example, comparing label images is as easy as this:
import biapol_utilities as biau
biau.label.compare_labels(ground_truth, segmented)
In another example, you can visualize a label image with a nice color map like this:
import biapol_utilities as biau
from skimage.io import imshow
imshow(label_image, cmap=biau.labels_colormap(), vmin=0, vmax=labels.max())
We provide examples to most of our functionality on our documentation. The examples are also available as jupyter notebooks.
Installation
biapol-utilities
can be installed using pip:
pip install biapol-utilities
If you want to develop biapol-utilities
you can download and install it like this:
git clone https://github.com/BiAPoL/biapol-utilities
cd biapol-utilities
pip install -e .
Ressources
Acknowledgements
Developing biapol-utilities is a community effort. We would like to thank everybody who helped developing and testing. Furthermore, we are gladly re-using code from other open source projects. See the the thirdparty-licenses folder for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file biapol-utilities-0.0.2.tar.gz
.
File metadata
- Download URL: biapol-utilities-0.0.2.tar.gz
- Upload date:
- Size: 690.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3705c0b0e729cdb7daf7668c7f7857ab2e54c96ba3a0763a72a920ed7f3d6f72 |
|
MD5 | 72afbb8e8fd5002d4557adef5fe56922 |
|
BLAKE2b-256 | c3c7082034e916054e69bec1f173d36330a89da17891da7b66f95517e7f65468 |
File details
Details for the file biapol_utilities-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: biapol_utilities-0.0.2-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf2f6fe63c0143b0b80029fb55a12a18b358555c050eca40c9d67b6fda060a99 |
|
MD5 | b3ac6378f99c89473bd39425d39d747e |
|
BLAKE2b-256 | 517950f91ca25253da25bbee0297619b96ec1d636e755a9abc4835d1c205f2fb |