mod_geo-tp/LISEZ-MOI.txt

30 lines
947 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

TP de modélisation géométrique réalisé dans le cadre du M2 GIG
par Jérémy André et Cyril Colin
Ceci comprend les fonctionalités suivantes :
- remplissage de trous (dans src/hole_filling.cpp)
- analyse de courbure (dans src/curvature.cpp)
- adoucissement d'un maillage par laplacien uniforme ou cotangent (dans
src/smoothing.cpp)
- suppression de parasites (dans src/noise_removal.cpp)
Des maillages exemples sont inclus, data/gargoyle_trou.obj est un
bon exemple pour le remplissage, data/bunnyLowPoly-noisy.obj pour
l'adoucissement et data/bunny.obj pour la suppression de parasites.
Compilation
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
puis
cmake --build build
Exécution
build/tp [FICHIER OBJ]
Dépendances
- Eigen (téléchargée automatiquement)
- Openmesh (téléchargée automatiquement)
- MeshReconstruction (inclue dans `external')