mkazhdan / MoebiusRegistration

Moebius Registration
61 stars 9 forks source link

Möbius Registration (V2.52)

links executables usage notes changes

This distribution contains code for constructing and registering conformal spherical parametrizations of water-tight, genus-zero surfaces. Specifically, it provides implementations for:
LINKS

EXECUTABLES

NOTES

CHANGES
    Version 2.0:
    1. Added support for general polygonal meshes using Discrete Laplacians on General Polygonal Meshes via the --poly flag.
    2. Added support for genus-zero surfaces with boundaries by filling in the holes, via the --fill flag.
    Version 2.5:
    1. Expanded support for polygon mesh types with mass/stiffness matrices obtained by adding the center, triangulating to the center, and constraining the system so that the value at the center is the average value at the polygon vertices.
    2. Added support for filling holes by adding the minimal area triangulation and add the polygonal hole to the polygon mesh.
    Version 2.51:
    1. Minor changes to support compilation under GCC.
    Version 2.51:
    1. Added check in registration code to make sure input files have spherical parametrization.

HOME