zorah / Elastic2D3D

Implementation of "Efficient Globally Optimal 2D-to-3D Deformable Shape Matching" (Lähner, Rodola, Schmidt, Bronstein and Cremers, 2016)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Efficient Globally Optimal 2D-to-3D Deformable Shape Matching

Implementation of "Efficient Globally Optimal 2D-to-3D Deformable Shape Matching" (Zorah Lähner, Emanuele Rodola, Frank R. Schmidt, Michael M. Bronstein and Daniel Cremers, International Conference on Computer Vision and Pattern Recognition (CVPR), 2016)

The code is mainly written in C++ with a Matlab mex wrapper. It will compile automatically when running but you might need link your correct C++ compiler in Matlab. A precompiled version for Linux systems is included (just commented out the mex line).

You can download the entire data used for generating the results as well the pdf and the bibtex entry here: https://zorah.github.io/publication/2016-cvpr-efficient-globally-optimal-2d-to-3d-deformable-shape-matching

About

Implementation of "Efficient Globally Optimal 2D-to-3D Deformable Shape Matching" (Lähner, Rodola, Schmidt, Bronstein and Cremers, 2016)

License:MIT License


Languages

Language:C++ 69.6%Language:MATLAB 27.6%Language:C 2.8%