Skip to content

Reproduces the numerical results of the paper "Convolutional Wasserstein Distances: Efficient Optimal Transportation on Geometric Domains"

Notifications You must be signed in to change notification settings

JanceeLee/2015-SIGGRAPH-convolutional-ot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This toolbox reproduces the numerical results of the paper:

Justin Solomon, Fernando de Goes, Gabriel Peyré, Marco Cuturi, Adrian Butscher, Andy Nguyen, Tao Du, Leonidas Guibas, Convolutional Wasserstein Distances: Efficient Optimal Transportation on Geometric Domains, Proc. SIGGRAPH 2015.

Content

The main directories are:

  • data/: images and meshes datasets.
  • code/: code directory, with the following sub-directories:
    • cpp/: C++ implementation of the algorithm.
    • figures/: Matlab scripts to reproduce the figure of the article.
    • tests/: Matlab scripts to reproduce some further examples not shown in the article.
    • convolutional_wasserstein/: Matlab main functions implementing the algorithms.
    • toolbox/: Matlab helper functions.
    • blur_functions/ and mesh_functions/: Matlab function to compute heat kernels.
    • colors_functions/: exernal library (c) Pascal Getreuer.
    • image_blur/: external library imgaussian (c) Dirk-Jan Kroon

Copyright

Copyright (c) 2015, Justin Solomon, Fernando de Goes, Gabriel Peyré, Marco Cuturi, Adrian Butscher, Andy Nguyen, Tao Du, Leonidas Guibas

About

Reproduces the numerical results of the paper "Convolutional Wasserstein Distances: Efficient Optimal Transportation on Geometric Domains"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 62.0%
  • C++ 20.0%
  • C 15.8%
  • CMake 1.2%
  • Other 1.0%