HealthBioscienceIDEAS / microscopy-novice

https://healthbioscienceideas.github.io/microscopy-novice/
Other
1 stars 0 forks source link

Evaluate napari plugins for basic image processing #24

Closed K-Meech closed 5 months ago

K-Meech commented 9 months ago

For day 2, we'll need Napari plugins that can do basic operations like: image histograms, gaussian blur, thresholding, connected components, opening/closing

Some options to try out:

Definition of done

p-j-smith commented 8 months ago

I've had a look at some of the plugins and have some thoughts:

napari-zelda

napari-allencell-segmenter

napari-partseg

napari-segment-blobs-and-things-with-membranes

gaussian blur
threshold otsu
split touching objects
connected component labelling
manually split labels / manually merge labels

napari-simpleitk-image-processing

gaussian blur
theshold otsu
connected component labelling
label statistics

Summary

napari-segment-blobs-and-things-with-membranes and napari-simpleitk-image-processing are the most promising in terms of being easy to use and having the functionality we need.

In differences between the two:

So we might want to use both napari-segment-blobs-and-things-with-membranes and napari-simpleitk-image-processing?

K-Meech commented 8 months ago

Thanks @p-j-smith - this is a great overview! Seems like napari-segment-blobs-and-things-with-membranes and napari-simpleitk-image-processing should cover everything we need for day 2.

K-Meech commented 5 months ago

I'll close this issue now, as all episodes that use these napari plugins are merged