-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathREADME
25 lines (16 loc) · 1.38 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
FmapLib -- An efficient implementation of the Functional Map Framework
======================================================================
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.