Skip to main content

Image processing based using the Mahotas library in napari

Project description

napari-mahotas-image-processing (n-mahotas)

License PyPI Python Version tests codecov napari hub

Image processing based using the Mahotas library in napari

Usage

Gaussian blur

Applies a Gaussian blur to an image. This might be useful for denoising, e.g. before applying the Threshold-Otsu method.

img.png

Otsu's threshold

Binarizes an image using scikit-image's threshold Otsu algorithm, also known as Otsu's method.

img.png

Split connected objects

In case objects stick together after thresholding, this tool might help. It aims to deliver similar results as ImageJ's watershed implementation.

img.png

Connected component labeling

Takes a binary image and produces a label image with all separated objects labeled differently. Under the hood, it uses mahotas' label function.

img.png

Seeded watershed

Starting from an image showing high-intensity membranes and a seed-image where objects have been labeled, objects are labeled that are constrained by the membranes. Hint: you may want to blur the membrane channel a bit in advance.

img.png


This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.

Installation

Before installing this napari plugin, please install mahotas, e.g. using conda:

conda config --add channels conda-forge
conda install mahotas

Afterwards, you can install napari-mahotas-image-processing via pip:

pip install napari-mahotas-image-processing

To install latest development version :

pip install git+https://github.com/haesleinhuepf/napari-mahotas-image-processing.git

Contributing

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.

License

Distributed under the terms of the BSD-3 license, "napari-mahotas-image-processing" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.

Project details


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 napari-mahotas-image-processing-0.1.2.tar.gz.

File metadata

  • Download URL: napari-mahotas-image-processing-0.1.2.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.6.4 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for napari-mahotas-image-processing-0.1.2.tar.gz
Algorithm Hash digest
SHA256 e28e07ae28220bdbe81fb02b2cc4927eb4105be4e68daa65a42aaf76f6ecf7bc
MD5 a9d75f4234c5a2cb068d656de266f2b2
BLAKE2b-256 59a8f8f93e6616cd151aac6edfe611c4511837b86af6a1b0678e9a73c714bd57

See more details on using hashes here.

File details

Details for the file napari_mahotas_image_processing-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: napari_mahotas_image_processing-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 8.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.6.4 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for napari_mahotas_image_processing-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e9b71fed820840ed0b451d7567b0afd23c0436f161fe0a82c78a5cf6d18da1d3
MD5 0801d29006ffd80586a241db112a1b2a
BLAKE2b-256 c0f4fbd7d096afdfd3cada5d017bb473c0989faf6b53e364dd75e293d3eaac5f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page