An open API service indexing awesome lists of open source software.

https://github.com/zsteve/emdnetworksimplex.jl

Julia wrapper for Nicolas Bonneel's fast C++ EMD solver
https://github.com/zsteve/emdnetworksimplex.jl

Last synced: 11 months ago
JSON representation

Julia wrapper for Nicolas Bonneel's fast C++ EMD solver

Awesome Lists containing this project

README

          

# EMDNetworkSimplex.jl

Julia wrapper (WIP) for earth mover's distance (EMD) calculation using [Nicolas Bonneel's C library](https://github.com/nbonneel/network_simplex/).
Some additional wrapper C++ code written by Antoine Rolet is used from the [PythonOT source code.](https://github.com/PythonOT/POT/tree/master/ot/lp).