Adaptive thresholding toolkit for bioimages
Project description
Biothresh
Adaptive thresholding toolkit for bioimages
Installation
pip install biothresh
Quick Start
from biothresh import BioThreshold
from skimage import data
image = data.camera()
bt = BioThreshold(method='sauvola', window_size=35)
mask = bt.apply(image)
Features
- Local thresholding methods: Niblack, Sauvola, Phansalkar, Feng, Local Otsu, Local Entropy.
- Preprocessing: CLAHE, Background subtraction, Homomorphic filter.
- Postprocessing: Object cleaning and splitting.
- Integration with Cellpose.
License
This project is licensed under the MIT License.
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
biothresh-0.1.0.tar.gz
(2.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file biothresh-0.1.0.tar.gz.
File metadata
- Download URL: biothresh-0.1.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17728d564fe253b5b961f1c8fdab5aa2d6249e074fb1f49f97cf2385cd35a14d
|
|
| MD5 |
1212a50d8edef02a5fc4f64c8b55da52
|
|
| BLAKE2b-256 |
c53b09bc102e40ddd119be4a6e7a0e443e285cb6c2741d52539c667183096603
|
File details
Details for the file biothresh-0.1.0-py3-none-any.whl.
File metadata
- Download URL: biothresh-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b08e8ed934456124eafd54f9acce8c150d5b2bfdcbe0767b2f61bd8ad6a45a82
|
|
| MD5 |
e5005082ba126caa6d12624a0c89f215
|
|
| BLAKE2b-256 |
97c9f688b1cd017f2b2a5a72e0d001b123de4dc240dbe6bbc91b508834bf4eb6
|