Skip to content

rjc8237/feature-aligned-penner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feature-Aligned Parametrization in Penner Coordinates

Ryan Capouellez1, Rodrigo Singh1, Martin Heistermann2, David Bommes2, Denis Zorin1

1New York University, 2University of Bern

An implementation of Feature-Aligned Parametrization in Penner Coordinates.

Challenging parametrizations

Overview

This method generates an approximately isometric seamless parameterization of an input obj mesh that is aligned to a provided feature set. Retriangulation is often necessary to satisfy these constraints, so the initial mesh is intrinsically refined to produce an output mesh with a compatible parameterization.

Installation

To install this project on a Unix-based system, use the following standard CMake build procedure:

git clone --recurse-submodules https://github.com/rjc8237/feature-aligned-penner.git
cd feature-aligned-penner
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j 4

Usage

The core parameterization method is bin/parametrize_aligned. This executable takes the following arguments:

flag description default
--name name of the mesh (without .obj suffix) none
--input input directory with mesh ./
--output output directory for parameterized mesh ./
--show_parameterization open viewer to see parameterization false

The input mesh must be at the input path <input>/<name>.obj, and it must be a manifold surface with a single connected component.

Library

Penner coordinates are global coordinates on the space of metrics on meshes with a fixed vertex set and topology, but varying connectivity, making it homeomorphic to the Euclidean space of dimension equal to the number of edges in the mesh, without any additional constraints imposed.

These coordinates underly the recent advances in parametrization with cone and holonomy angle constraints. To engender future work in this direction, we provide an independent library containing the data structures and methods for Penner coordinates at geometryprocessing/penner-optimization.

Citation

@article{capouellez:2024:feature,
author = {Capouellez, Ryan and Singh, Rodrigo and Heistermann, Martin and Bommes, David and Zorin, Denis},
title = {Feature-Aligned Parametrization in Penner Coordinates},
year = {2025},
issue_date = {August 2025},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {44},
number = {4},
issn = {0730-0301},
url = {https://doi.org/10.1145/3731216},
doi = {10.1145/3731216},
journal = {ACM Trans. Graph.},
month = jul,
articleno = {110},
numpages = {21},
}

About

Implementation of "Feature-Aligned Parametrization in Penner Coordinates"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors