Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 661 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 661 Bytes

wsdt

test

Repo for the watershed on distance transform.

Installation for development:

We recommend development using conda/mamba:

> mamba create -n wsdt-dev -c conda-forge -c ilastik-forge python=3.7 numpy-allocation-tracking numpy networkx nose jupyter notebook pip
> mamba activate wsdt-dev
> pip install -e .

Usage

For usage, see the two notebooks in the examples folder.

Install with conda (into an existing environment):

$ conda install -c conda-forge -c ilastik-forge wsdt