FmapLib -- An efficient implementation of the Functional Map Framework

February 13, 2017 ยท View on GitHub

FmapLib is an efficient Matlab implementation of the Functional Map Framework, which was introduced in the seminal paper "Functional Maps: a flexible representation of maps between shapes" by M. Ovsjanikov, et al. in SIGGRAPH 2012.

This implementation is Object Oriented and provides classes to abstract modalities such as: Images, 3D Meshes and Graphs. This way, one can infer and manipulate Functional Maps, among all the modalities that have currently been explored in the literature in a straightforward way.

FmapLib is free software, you can redistribute it and/or modify it under the terms of the GNU General Public License, version 3 or above. See LICENSE for details.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Citation

If you use any part of this code, please cite: Achlioptas P., Corman E. and Guibas L. (2016) FmapLib (Version 1.0) [Source Code]. http://github.com/optas/FmapLib

Reporting Bugs

Please contact optas@stanford.edu for any bugs or unexpected behavior you may experience.


(c) 2016 Achlioptas P., Corman E. and Guibas L.