-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Smoothed Quadratic Energies on Meshes | ||
===================================== | ||
------------------------------------- | ||
ACM Transactions on Graphics 2014 - J. Martinez Esturo, C. Rössl, and H. Theisel | ||
-------------------------------------------------------------------------------- | ||
|
||
This repository contains a reference implementation of the *smoothed energy | ||
regularizer for quadratic energies on triangular meshes* proposed in [Paper]. | ||
This repository contains a reference implementation of the generic *smoothed | ||
energy regularizer for quadratic energies on triangular meshes* proposed in | ||
this [paper]. | ||
|
||
MATLAB Demo Implementation | ||
-------------------------- | ||
|
@@ -32,14 +32,15 @@ Credits | |
We link the sources of the Eigen library (see [Eigen]) as a submodule to | ||
efficiently compute polardecompositions of deformation gradients. | ||
|
||
The code makes use of Matlab packages by Alec Jacobson (see [IGLlab]) for mesh | ||
loading. Please contact Alec at [email protected] and Janick at | ||
[email protected], before using this code outside of an informal | ||
setting, i.e., for comparisons in an academic paper. | ||
The code makes use of Matlab functions by Alec Jacobson (see [gptoolbox]) for | ||
mesh loading. | ||
|
||
All files copyright Janick Martinez Esturo 2014 (MIT License) unless | ||
otherwise noted. | ||
|
||
[Paper]: mpi-inf.mpg.de/~jmartine/pubdetails/MartinezEsturo2014.html | ||
[Eigen]: eigen.tuxfamily.org | ||
[IGLlab]: igl.ethz.ch | ||
Please contact Janick at <[email protected]>, before using this code outside | ||
of an informal setting, e.g., for comparisons in an academic paper. | ||
|
||
[paper]: http://www.mpi-inf.mpg.de/~jmartine/pubdetails/MartinezEsturo2014.html | ||
[Eigen]: http://eigen.tuxfamily.org | ||
[gptoolbox]: https://github.com/alecjacobson/gptoolbox |