https://github.com/victorvianna/symmetry-detection
(Old college project) Symmetric detection in meshes
https://github.com/victorvianna/symmetry-detection
3d-graphics libigl symmetry
Last synced: 7 months ago
JSON representation
(Old college project) Symmetric detection in meshes
- Host: GitHub
- URL: https://github.com/victorvianna/symmetry-detection
- Owner: victorvianna
- License: mit
- Created: 2018-12-04T04:06:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T16:59:32.000Z (over 4 years ago)
- Last Synced: 2025-02-10T11:11:16.344Z (8 months ago)
- Topics: 3d-graphics, libigl, symmetry
- Language: C++
- Homepage:
- Size: 184 KB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# symmetry-detection
:diamond_shape_with_a_dot_inside: Symmetric detection in 3D surfacesImplementation of a symmetry detection algorithm as described in the paper [Partial and Approximate Symmetry Detection for 3D Geometry](http://vecg.cs.ucl.ac.uk/Projects/SmartGeometry/approx_symmetry/paper_docs/approx_symmetry_sig_06.pdf).
## Authors
Gabriel Oliveira Martins
Victor Hugo Vianna## Instructions
```
git clone --recursive https://github.com/victorvianna/symmetry-detection
cd symmetry-detection
./build.sh
./run.sh
```