An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# symmetry-detection
:diamond_shape_with_a_dot_inside: Symmetric detection in 3D surfaces

Implementation 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
```