Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/reproducibilitystamp/simkernel
25 June 2024, 12:58:42 UTC
  • Code
  • Branches (1)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/master
    No releases to show
  • bea5020
  • /
  • README.md
Raw File Download
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
origin badgecontent badge Iframe embedding
swh:1:cnt:92a5bd5db5b9adb9e5b268fb8f9842de3f71a557
origin badgedirectory badge Iframe embedding
swh:1:dir:bea5020cefa8e6b594e1ed440f00cf2309eb21fd
origin badgerevision badge
swh:1:rev:3f88dadbad5a30b0fb9a55f25db8202ae8d6c3f8
origin badgesnapshot badge
swh:1:snp:0f1a283b0f294c70e904472943aee368dda1b3c1
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: 3f88dadbad5a30b0fb9a55f25db8202ae8d6c3f8 authored by chen on 06 June 2016, 16:41:26 UTC
update readme
Tip revision: 3f88dad
README.md
# simkernel
This code reproduces the results in the following paper,

Complex Transfinite Barycentric Mappings with Similarity Kernels
<br>Comput. Graph. Forum. (Proc. Sym. Geom. Proc.), 35(5), 2016
<br>By    Renjie Chen and Craig Gotsman

# Requirements
- MS Windows (Windows 7/8/10)
- MATLAB (>2014a)

# How to run the code
Execute the script fig4.m in MATLAB, a figure will be generated, which will be a 
reproduction of figure 4 in the paper.
Similarly, to reproduce figure 5 in the paper, simply run fig5.m.

# What the code does
The script will load the source contour and cubic spline parameters for generating the target
contour from file (fig4_data.mat and fig5_data.mat). The source contour will be subsampled 
and triangulated using the triangle https://www.cs.cmu.edu/~quake/triangle.html software. The
transfinite mean value coordiantes mapping will be applied to each vertex of the triangle
mesh (source mesh) to the target contour, then the iterative inverse mapping algorithm in 
Section 7 of the paper will be applied to the vertices and recover their positions in the 
source mesh.

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API

back to top