Overview

Welcome to the documentation of MuSink.jl.

MuSink.jl is a julia package that implements unbalanced multi-marginal optimal transport (UMOT), as described by Beier, Lindheim, Neumayer, and Steidl (2022), for 2D grid data (i.e, images).

You can install it via executing

using Pkg; Pkg.add("MuSink")

in a julia shell.

Consult Usage for a tutorial of how to use MuSink.jl.