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
- Host: GitHub
- URL: https://github.com/zsteve/emdnetworksimplex.jl
- Owner: zsteve
- Created: 2023-03-28T05:18:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T12:26:16.000Z (over 2 years ago)
- Last Synced: 2025-02-03T23:56:32.397Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).