Skip to content

USTC-GCL-F/SparseIntCones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practical Integer-Constrained Cone Construction for Conformal Parameterizations

This is a C++ implement of the following paper:

The code is written by Zheng Zhang using Microsoft Visual Studio 2019, and has passed the test on Windows 10.

External Libraries

All the required libraries are the latest versions.

Build and Run

build

cd IntCones

Edit SparseCones/CmakeLists.txt to set the solver and configuration path.(line 39, 46 and 47)

mkdir build && cd build
cmake ..

run

exeSparseCones.exe example.obj output --normBound=sigma

example

exeSparseCones.exe dog.obj dog --normBound=0.2

Output Files

  • ouput.txt: The running time of our algorithm and distortion are recorded.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published