home | research | software




Graph matching for Feature Correspondence

Software written by V. Kolmogorov implementing the dual decomposition method described in:

Lorenzo Torresani, Vladimir Kolmogorov, and Carsten Rother. Feature Correspondence via Graph Matching: Models and Global Optimization. ECCV 2008. [PDF]

Download the software here.


Non-rigid 3D shape from 2D motion

Download the Matlab software
here
.
Follow the instructions included in the file 'readme.txt'. You might want to compile the cmex code for the function computeH on your platform (the .m version of this function is much slower): type 'mex computeH.c' in the Matlab Command Window (or 'mex computeH.c -l matlb' under Unix). You can test the software by running two demos: randomshapes_demo and shark_demo.

If you use this software for an academic publication, please cite one of the following papers:

Please let me know if you have any questions/comments about this software.