napari-macrophage
A napari plugin for interactive 3D macrophage image analysis: mask editing, Otsu/Watershed segmentation, YOLO bbox export, and morphology analysis.
A napari plugin for interactive 3D macrophage image analysis — mask editing, Otsu/Watershed segmentation, YOLO bounding box export, and morphology analysis.
![]() |
![]() |
| 3D segmentation of macrophages overlaid with the volume | 3D rendering of a single macrophage |
Features
- Load multi-channel TIFF/Zarr images (CD206, DAPI, Collagen, F480) and 3D instance masks
- Click-to-select objects; delete per-slice or globally; rename, renumber IDs
- Draw ROI → Otsu preview (adjustable threshold) → optional Watershed → save 3D mask
- ONNX-based automatic macrophage detection (CD206 + DAPI)
- Annotate and export/import bounding boxes in YOLO
.txtformat - Per-object morphology analysis: volume, surface area, sphericity → CSV export
- Isotropic resampling of image and mask
- 3D rendering of individual macrophages (smoothed surface mesh, adjustable shading, black/white background, PNG screenshot, mesh export to STL/OBJ/PLY)
Installation
With uv (recommended)
uv sync # core deps
uv sync --extra detection # + onnxruntime for ONNX detection
uv run napari
With pip
pip install napari-macrophage
napari
Development
pip install -e .
napari
Usage
- Load data — Plugins → napari-macrophage → Load Image + Mask
- Edit masks — Plugins → napari-macrophage → Annotate & Correct Masks/Boxes
- Segment — Draw ROI bbox → Otsu preview → Save or Run Watershed
- Detect — Run ONNX detection on CD206 + DAPI slices
- Render 3D — In the 3D Visualization panel, enter an Object ID and click Generate 3D to open the macrophage in a new window; save a PNG or export the mesh (STL/OBJ/PLY) from that window
- Export — YOLO
.txtbounding boxes or morphology.csv
Input shape: (Z, Y, X) for grayscale, (C, Z, Y, X) for multi-channel (C ∈ {2, 5}).
Documentation
Full user guide and API reference: macrophage-napari.readthedocs.io
Build the docs locally:
pip install -e ".[docs]"
sphinx-build docs docs/_build/html
Companion pipeline
For fully automated end-to-end segmentation (YOLO + SAM2 + Cellpose), see: macrophage-image-processor
Version:
- 0.0.6
Last updated:
- 2026-09-24
First released:
- 2026-06-05
License:
- Apache
Operating system:
- Information not submitted
Requirements:
- napari[all]
- magicgui
- tifffile
- numpy
- scipy
- scikit-image
- zarr
- torch; extra == "detection"
- onnxruntime; extra == "detection"
- pytest; extra == "test"
- pytest-qt; extra == "test"
- ruff; extra == "dev"
- sphinx>=7; extra == "docs"
- furo; extra == "docs"
- myst-parser; extra == "docs"


