Skip to content

NSchertler/GeneralizedMotorcycleGraph

Repository files navigation

Generalized Motorcycle Graph

Build Status Build status

This repository contains the source code for the research paper:

Generalized Motorcycle Graphs for Imperfect Quad-Dominant Meshes
Nico Schertler, Daniele Panozzo, Stefan Gumhold, Marco Tarini
ACM TOG 37, 4, August 2018

Prerequisites

If you want support for invisible seam parametrization, you need to have Gurobi installed. The CMake system will try to find the according libraries.

On Linux, the following packages are necessary (available via apt-get):

  • xorg-dev
  • libglu1-mesa-dev
  • libboost-dev (only the header files are needed)

Compilation

To compile the project, simply check out the git repository, initialize all submodules, use CMake to generate project files for your favorite build environment, and run the build. On Unix-based systems, this may look as follows:

git clone https://github.com/NSchertler/GeneralizedMotorcycleGraph.git
cd GeneralizedMotorcycleGraph
git submodule update --init --recursive
mkdir build
cd build
cmake .. -DNANOGUI_USE_GLAD=ON
make RegularMeshTexturing

Some parts of the code make use of OpenMP. If your build environment does not support OpenMP (e.g. Clang on MacOS), the program will still compile but performance may be inferior due to missing parallelization.

Binaries

The following binaries are compiled from the latest commit with default options (no Gurobi support):

Data sets

A selection of data sets that we presented in our paper can be found here under data.zip in the repository root.

Documentation

Source code documentation can be found in the source files. For usage instructions, see the wiki.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages