PietroMsn / CMH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intrinsic/extrinsic embedding for functional remeshing of 3D shapes

Melzi, S. and Marin, R. and Musoni, P. and Bardon, F. and Tarini, M. and Castellani, U., C&G 2020

Contents

Quick-start

The example code runs over the couple of meshes inside the directory:

shapes/

To run the whole pipline you have to run the file:

runme.m

You can run different couples of shapes by setting the paths in this file. You have to mantain the variables name in the .mat of the input shapes.

Other directories contain results after each steps and other useful computations (e.g. FMAP correspondence, landmarks, hands and head patches).

Requirements

This code is tested over Windows 10 64bit w\ Matlab 2019a and above. All the required packages are in the two following directories:

UtilsFM/
UtilsCMH/

You have to include these directory in the environment to run the entire code.

License

Please check the license terms (also of third parts software) before downloading and/or using the code, the models and the data. All code and results obtained from it not already covered by other licenses has to be intendend only for non-commercial scientific research purposes. Any other use, in particular any use for commercial purposes, is prohibited. This includes, without limitation, incorporation in a commercial product, use in a commercial service, or production of other artefacts for commercial purposes including, for example, 3D models, movies, or video games.

Citation

If you use this code, please cite the following:

@inproceedings {cmh20193dor,
title = {{CMH: Coordinates Manifold Harmonics for Functional Remeshing}},
author = {Marin, Riccardo and Melzi, Simone and Musoni, Pietro and Bardon, Filippo and Tarini, Marco and Castellani, Umberto},
booktitle = {Eurographics Workshop on 3D Object Retrieval},
year = {2019},
publisher = {The Eurographics Association}
}
@article{2020intrinsic,
  title={Intrinsic/extrinsic embedding for functional remeshing of 3D shapes},
  author={Melzi, Simone and Marin, Riccardo and Musoni, Pietro and Bardon, Filippo and Tarini, Marco and Castellani, Umberto},
  journal={Computers \& Graphics},
  volume={88},
  pages={1--12},
  year={2020},
  publisher={Elsevier}
}

About


Languages

Language:MATLAB 89.0%Language:C 9.5%Language:M 1.1%Language:C++ 0.3%Language:Objective-C 0.1%