Skip to main content

Detects blobs in images

Project description

napari-blob-detection

License PyPI Python Version tests codecov napari hub

Detects blobs in images


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

This plugin consists of two widgets:

  1. Detects blobs on images
  2. Convert points layer to labels layer

Detects blobs on images

This widget uses scikit-image's blob detection algorithms to detect bright blobs on dark backgrounds.

Parameters

  • method: Laplacian of Gaussian (most accurate) or Difference of Gaussian (faster approximation)
  • image: Image layer for blob detection. Can be a 2D, 3D, or higher dimensionality image.
  • dimensionality: users can specify if the image is 2D(+t) or 3D(+t).
  • min sigma: the smallest blob size to detect
  • max sigma: the largest blob size to detect
  • threshold: the lower the threshold, the more low intensity blobs are detected.

Output

Blobs are represented by the Points layer. The size of each blob is proportional to Points.feature['sigma'], which signifies the scale at which the feature point was found.

Convert points layer to labels layer

This widget takes a points layer and converts it into a labels layer, with the image dimension matching the selected image layer. By converting points to labels, users can leverage feature extraction functions that are available to labels to the detected points.


Installation

You can install napari-blob-detection via pip:

pip install napari-blob-detection

To install latest development version :

pip install git+https://github.com/andy-sweet/napari-blob-detection.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-blob-detection" 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

napari-blob-detection-0.0.2.tar.gz (9.1 kB view hashes)

Uploaded Source

Built Distribution

napari_blob_detection-0.0.2-py3-none-any.whl (9.8 kB view hashes)

Uploaded Python 3

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