Skip to content

royerlab/dexpv2

Folders and files

NameName
Last commit message
Last commit date
Apr 24, 2024
Nov 7, 2024
Apr 5, 2023
Apr 5, 2023
Jul 22, 2023
Apr 12, 2023
Sep 14, 2024
Aug 16, 2024
Apr 5, 2023

Repository files navigation

DEXPV2

DOI

Image processing library for large microscopy images.

Installation

pip install git+https://github.com/royerlab/dexpv2.git

Philosophy

DEXPv2 is a simplified version of DEXP.

Rather than implementing the whole processing pipeline as the original DEXP, version 2 focuses on building image processing components for large image processing.

These image processing functions are implemented using Array API standard when permitted, making them available for CPU or GPU when cupy and cucim is available.