Git Product home page Git Product logo

sga20_mapexplor's Introduction

MapTree: Recovering Multiple Solutions in the Space of Maps

This is an example code for the paper "MapTree: Recovering Multiple Solutions in the Space of Maps" by Jing Ren, Simone Melzi, Maks Ovsjanikov, and Peter Wonka.

In this paper we propose an approach for computing multiple high-quality near-isometric maps between a pair of 3D shapes. Our method is fully automatic and does not rely on user-provided landmarks or descriptors. This allows us to analyze the full space of maps and extract multiple diverse and accurate solutions, rather than optimizing for a single optimal correspondence as done in previous approaches.

Main Functions

[fMapTree] = explore_map_space(S1, S2, para)

% Input:
%   S1: The LB basis of the source shape S1
%   S2: The LB basis of the target shape S2
%   para: a structure stores the following parameters
%     num_samples_on_shape: intermediate functional maps are computed on a subset of vertices
%     num_eigs: num eigenfunctions to compute (= stop_dim)
%     thres_lapcomm: threshold for the Laplacian Commutativity
%     thres_ortho: threshold for the orthogonality
%     thres_fmap_dist: if the normalized distance between two fmaps is smaller than this threshold, we assume these two maps are equivalent after applying zoomout
%     stop_dim: the maximum depth of the tree
%     max_width: the largest width of the tree at each depth (to speed up with expanding the tree too wide)
%     num_maps_keep: the number of maps that are selected from the map tree
%     thres_repeating_eigs: threshold for repeating eigenvalues detection
%
% Output:
%   fMapTree: a tree structure that contains multiple (organized) maps

Comments

  • The script eg1_selfSymm.m shows how to find multiple self-symmetric maps on a single shape.
  • The script eg2_shapePair.m shows how to find multiple high-quality maps between a shape pair.
  • Please let us know ([email protected]) if you have any question regarding the algorithms/paper ʕ•ﻌ•ʔ or you find any bugs in the code ԅ(¯﹃¯ԅ)

License: CC BY-NC 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. For any commercial uses or derivatives, please contact us ([email protected], [email protected], [email protected]).

sga20_mapexplor's People

Contributors

llorz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.