Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

4. Interactive Analysis and Next Steps

Goal: Run a complete filter → threshold → segment → measure workflow using a plugin GUI, take a brief look at the napari console, and learn where to go from here.

napari-skimage Segmentation Demo (5 min + 20 min hands-on)

napari-skimage provides GUI access to common image-processing steps powered by scikit-image — no code required.

Install it:

  1. Plugins > Install/Uninstall Plugins… → search napari-skimage → Install

  2. Restart napari

Workflow

Use File > Open Sample > napari builtins > Cells (3D + 2Ch) as your starting image.

Make sure you look through all your z-slices when gauging whether a particular filter or thresholding algorithm worked as expected!

StepWhat to doWhy
1. LoadOpen Cells (3D + 2Ch)Your raw data
2. FilterLayers > Filter > Filtering > Gaussian filter — apply to nucleiReduce noise
3. ThresholdLayers > Filter > Thresholding > Automated Threshold — apply Otsu to the filtered layer. The threshold output is a binary Labels mask.Separate foreground from background
4. LabelLayers > Segment > Label connected components on the mask to generate a new Labels layer with a unique ID (and color) for each object.Each connected region gets a unique integer ID
5. MeasureLayers > Measure > Regionprops (labels) — select the Labels and nuclei layersOutputs a table of features e.g. area, intensity, eccentricity per cell
6. SaveClick Save Results in the Regionprops widgetExport measurements for further analysis
Loading...

Sharing Time and Q&A (5 min)

Where to Go From Here (5 min)

Learning Resources

ResourceLink
napari documentationnapari.org/stable
Gallerynapari.org/stable/gallery
Plugin searchnapari-hub.org

Community & Getting Help

ChannelDescription
Zulip chatChat with the napari community - developers, users and contributors. Ask questions, share your analyses, or just lurk for info!
napari GitHubParticipate in development, report bugs and request new features.
Image.scAsk questions about using napari, how to perform different image analysis tasks, and get help from experienced image analysts.

Next Steps

Survey + Wrap-up (10 min)

Please fill in the post-workshop survey (link shared by instructors).

Your feedback helps improve these materials and future workshops — thank you for participating!