https://gitlab.liris.cnrs.fr/gdamiand/generic-query-modify
Tip revision: 69edcd4963d23dcc3e17de17c68ec456e12f1f42 authored by Guillaume Damiand on 21 July 2025, 07:58:39 UTC
script
script
Tip revision: 69edcd4
README.md
# generic-query-modify
Program for the paper *"A Generic Query-Modify Framework for Volumetric Mesh Processing". Guillaume Damiand, Vincent Nivolliers, Romain Pascual*.
This repository repository contains code, scripts and dataset.
<p>The paper introduces a query-modify framework for automating volumetric mesh processing. Our method enables flexible and efficient modifications of geometric structures composed of multiple volumes with minimal user-implemented code. Modifications are provided as rules consisting of a query mesh and a target mesh representing structural information to be extracted and replaced. The rules enable both localized queries to be matched with a portion of an input mesh and targeted modifications on the matched portion of the input mesh. Our approach generalizes standard mesh manipulations and adapts to various applications, including geometric modeling, remeshing, and topology-aware transformations.</p>
1. If you want to use docker:
* ```docker pull ubuntu:24.04```
* ```docker run -it ubuntu:24.04```
* (possibly ```docker commit``` to save the state of a container)
2. Follow [INSTALLATION.md](INSTALLATION.md) for installation instructions.
3. Then follow [RUN.md](RUN.md) for running instructions allowing to reproduce some results of the paper.
