Agent skill · Media & Video

scikit-image-processing

Python image processing for microscopy and bioimage analysis. Read/write images, filter (Gaussian, median, LoG), segment (thresholding, watershed, active contours), measure region properties, detect features. SciPy/NumPy ecosystem. Use OpenCV for real-time video; CellPose for DL cell segmentation; napari for visualization.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill scikit-image-processing --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 17 KB
Bundled scripts: none
Path: skills/sciagent/scikit-image-processing/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# scikit-image — Scientific Image Processing ## Overview scikit-image is a Python library for image processing in the SciPy ecosystem. It provides algorithms for reading/writing images, filtering (noise reduction, edge detection), geometric transforms, segmentation (thresholding, watershed, active contours), object measurement (area, intensity, shape descriptors), and feature detection. Images are represented as NumPy arrays, enabling seamless integration with NumPy, SciPy, matplotlib, and pandas. Widely used for fluorescence microscopy, histology, and general bioimage analysis. ## When to Use - Preprocessing fluorescence microscopy images: background subtraction, denoising, illumination correction - Segmenting cells, nuclei, or organelles using thresholding or watershed - Measuring object properties: area, perimeter, intensity statistics, shape descriptors - Applying morphological operations: erosion, dilation, opening, closing, fill holes - Detecting keypoints or local features in biological images - Converting between image formats and color spaces - Use `OpenCV` instead for real-time video processing or GPU-accelerated operations - For deep-learning cell segmentation, use `Cell

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Prerequisites
  4. Quick Start
  5. Core API
  6. Module 1: Image I/O and Data Types
  7. Module 2: Filters and Preprocessing
  8. Module 3: Thresholding and Segmentation
  9. Module 4: Morphological Operations
  10. Module 5: Measurement and Region Properties
  11. Module 6: Feature Detection and Transforms
  12. Key Concepts
  13. Image Arrays and Conventions
  14. Common Workflows
Commands it runs
pip install scikit-image numpy scipy matplotlib
For reading proprietary microscopy formats
pip install tifffile aicsimageio
Verify
python -c "import skimage; print(skimage.__version__)"
More from awesome-bio-agent-skills
All skills →
About this skill
What does the scikit-image-processing skill do?

Python image processing for microscopy and bioimage analysis. Read/write images, filter (Gaussian, median, LoG), segment (thresholding, watershed, active contours), measure region properties, detect features. SciPy/NumPy ecosystem. Use OpenCV for real-time video; CellPose for DL cell segmentation; napari for visualization.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill scikit-image-processing --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going