Process images using SimpleITK in napari
Project description
napari-simpleitk-image-processing (n-SimpleITK)
Process images using SimpleITK in napari
Usage
Filters of this napari plugin can be found in the Tools > Filtering
menu.
Segmentation algorithms and tools for post-processing segmented (binary or label) images can be
found in the Tools > Segmentation
menu.
Gaussian blur
Applies a Gaussian blur to an image. This might be useful for denoising, e.g. before applying the Threshold-Otsu method.
Median filter
Applies a median filter to an image. Compared to the Gaussian blur this method preserves edges in the image better. It also performs slower.
Threshold Otsu
Binarizes an image using Otsu's method.
Connected Component Labeling
Takes a binary image and labels all objects with individual numbers to produce a label image.
Signed Maurer distance map
A distance map (more precise: Signed Maurer Distance Map) can be useful for visualizing distances within binary images between black/white borders. Positive values in this image correspond to a white (value=1) pixel's distance to the next black pixel. Black pixel's (value=0) distance to the next white pixel are represented in this map with negative values.
Binary fill holes
Fills holes in a binary image.
Touching objects labeling
Starting from a binary image, touching objects can be splits into multiple regions, similar to the Watershed segmentation in ImageJ.
Morphological Watershed
The morhological watershed allows to segment images showing membranes. Before segmentation, a filter such as the Gaussian blur or a median filter should be used to eliminate noise. It also makes sense to increase the thickness of membranes using a maximum filter. See this notebook for details.
Watershed-Otsu-Labeling
This algorithm uses Otsu's thresholding method in combination with
Gaussian blur and the
Watershed-algorithm
approach to label bright objects such as nuclei in an intensity image. The alogrithm has two sigma parameters and a
level parameter which allow you to fine-tune where objects should be cut (spot_sigma
) and how smooth outlines
should be (outline_sigma
). The watershed_level
parameter determines how deep an intensity valley between two maxima
has to be to differentiate the two maxima.
This implementation is similar to Voronoi-Otsu-Labeling in clesperanto.
This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.
Installation
You can install napari-simpleitk-image-processing
via pip:
pip install napari-simpleitk-image-processing
To install latest development version :
pip install git+https://github.com/haesleinhuepf/napari-simpleitk-image-processing.git
Contributing
Contributions are very welcome. There are many useful algorithms available in SimpleITK. If you want another one available here in this napari plugin, don't hesitate to send a pull-request. This repository just holds wrappers for SimpleITK-functions, see this file for how those wrappers can be written.
License
Distributed under the terms of the BSD-3 license, "napari-simpleitk-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
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 napari-simpleitk-image-processing-0.1.1.tar.gz
.
File metadata
- Download URL: napari-simpleitk-image-processing-0.1.1.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dafa96bdc220fc9def148388019be74cd1bdf932488fa570de358772d8d5acad |
|
MD5 | a3759472554ff5df1c28623fbae1b1cd |
|
BLAKE2b-256 | e34ac84f89e8a6a2877a793f33e5168fa5a93e66a1c3d748f80ebb261b3c4d4b |
File details
Details for the file napari_simpleitk_image_processing-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: napari_simpleitk_image_processing-0.1.1-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 696e5b64bc1b768b2177bbce1aca65fdd0af79135df9122a727e128ba6d8c4b4 |
|
MD5 | 152fef4ab80a3f151e06d3d691d51d2e |
|
BLAKE2b-256 | 616ff7f9e77104b2b48eaa22bc08e04b9473c1a6e70e572ac46b605c40599ad0 |