Skip to main content

A simple plugin for segmentation

Project description

napari-seedseg

License BSD-3 PyPI Python Version tests codecov napari hub

A simple plugin for 2D medical image segmentation. In this project, we are trying to use Flood method for segmentation. Flood segmentation, also known as flood fill or region growing, is an image segmentation technique that starts from a seed point and expands to neighboring pixels with similar properties (e.g., intensity, color). In our project, you only can segment one label at the time. Below is a description of the repository's structure and the purpose of each file:

.
├── setup.cfg              # package metadata
├── pyproject.toml         # use setuptools
├── src/napari_seedseg     
│   ├── napari.yaml        # Load and stress tests
│   ├── __init.py__        # Python package metadata files
│   ├── _widget.py         # Widget contributions
│   ├── _layers.py         # Layers contributions
│   └── _method.py         # Methods contributions
└── ...

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

Installation

You can install napari-seedseg via pip:

pip install napari-seedseg

To install latest development version :

pip install git+https://github.com/rezaakb/napari-seedseg.git

Packages

In this project we have used these packages:

numpy
magicgui
qtpy
opencv-python-headless
scikit-image>=0.19.3

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-seedseg" 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_seedseg-0.0.2.tar.gz (9.5 kB view hashes)

Uploaded Source

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