EpiCure

Napari plugin to manually correct epithelia segmentation in movies

  • Gaëlle Letort

License BSD-3 PyPI Python Version napari hub DOI

EpiCure logo

Napari plugin to ease manual correction of epithelia segmentation in movies.

To analyse individual cell trajectory from epithelia movies marked for cell-cell junctions, a very precise segmentation and tracking is required. Several tools such as TissuAnalyzer, Epyseg, CellPose or Dist2Net perform very good segmentation (~5% of errors). However, this still implies a high amount of cells to correct manually.

EpiCure allows to decrease the burden of this task. Several features are proposed to ease the manual correction of the segmented movies, such as error detection, numerous shortcuts for editing the segmentation, option for tracking, display and measure/export options. EpiCure detect segmentation errors by taking advantage of temporal information. When a correction is done at a given frame, EpiCure relink the track to adjust for the changes.

See the full documentation here

EpiCure interface

Installation

Install plugin

To install EpiCure on a fresh python virtual environment, type inside the environement:

pip install epicure

Then launch Napari, and the plugin should be visible in the Plugins list.

If you already have an environment with Napari installed, you can also install it directly in Napari>Plugins>Install/Uninstall plugins

Install code

To have the code to be able to modify it, clone this repository. You can use pip install -e . so that everytime you update the code, the plugin will be updated.

Dependencies

The input files of EpiCure can be already tracked or not. Tracking options are proposed in EpiCure:

  • Laptrack centroids
  • Laptrack overlaps

Usage

Refer to the documentation for documentation of the different steps possible in the pipeline.

References

If you use EpiCure, thank you for citing our work:

EpiCure is not published yet, you can cite it using Zenodo for now: https://doi.org/10.5281/zenodo.13952184

Issues

If you encounter a code related issue using EpiCure, please file an issue in this repository. If you have a question on using EpiCure or ask to add a feature, either file an issue or write in the imagesc forum.

Version:

  • 1.2

Last updated:

  • 2025-10-17

First released:

  • 2024-10-18

License:

  • BSD 3-Clause

Supported data:

  • Information not submitted

Plugin type:

Open extension:

Save extension:

Python versions supported:

Operating system:

  • Information not submitted

Requirements:

  • napari<=0.6.4
  • numpy
  • qtpy
  • tifffile
  • scikit-image
  • opencv-python-headless
  • roifile
  • pyqtwebengine
  • magicgui
  • scipy
  • xlsxwriter
  • plotly
  • kaleido
  • imagecodecs
  • edt
  • packaging
  • laptrack
  • joblib
Website by the napari team, original design by CZI. Go to napari main website.