scikit-image-processing

Process and analyze scientific microscopy images with scikit-image.

298|27|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/jaechang-hits/SciAgent-Skills --skill scikit-image-processing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scikit-image-processing
Source: https://github.com/jaechang-hits/SciAgent-Skills/tree/main/skills/cell-biology/scikit-image-processing
Command: npx skills add https://github.com/jaechang-hits/SciAgent-Skills --skill scikit-image-processing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires scikit-image, numpy, scipy, matplotlib, tifffile, aicsimageio, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies complex image analysis tasks, enabling researchers to extract meaningful quantitative data from microscopy and other scientific images without extensive manual effort.

Core Features & Use Cases

  • Image Preprocessing: Denoise, smooth, and correct uneven illumination in images.
  • Segmentation: Isolate and delineate objects of interest like cells or nuclei.
  • Measurement: Quantify properties such as area, intensity, and shape descriptors.
  • Use Case: Analyze fluorescence microscopy images to automatically segment cell nuclei, measure their size, and quantify the average GFP intensity within each nucleus.

Quick Start

Use the scikit-image-processing skill to segment nuclei from the attached file 'cells.tif' and measure their mean GFP intensity.

Frequently Asked Questions about scikit-image-processing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I segment nuclei and quantify GFP intensity in fluorescence microscopy images?

To segment nuclei and quantify GFP intensity in fluorescence microscopy images, this Skill isolates cellular structures and measures mean intensity values. It processes NumPy arrays from TIFF files to extract quantitative data automatically.

What is the best way to denoise scientific microscopy images for bioimage analysis?

For bioimage analysis, denoising scientific microscopy images requires applying preprocessing techniques like smoothing and illumination correction. This Skill uses scikit-image to perform these denoising tasks directly on NumPy arrays.

Can I use scikit-image with tifffile and aicsimageio to process TIFF files?

Yes, scikit-image works with tifffile and aicsimageio to process TIFF files. This Skill integrates these dependencies to load and manipulate scientific image data as NumPy arrays for quantitative analysis.

How do I measure cellular properties like area and shape descriptors from microscopy images?

Measuring cellular properties like area and shape descriptors from microscopy images requires segmenting objects to isolate them and then calculating quantitative features. This Skill processes data using scikit-image and scipy for efficient measurement.

Does this scikit-image processing Skill support uneven illumination correction for microscopy data?

This scikit-image processing Skill supports uneven illumination correction for microscopy data. It includes preprocessing functions to correct background issues, denoise, and smooth images before segmentation and quantitative analysis.