Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 684 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 684 Bytes

Interior Distance Fields based on Diffusion Maps and barycentric interpolation.

It is the implementation of Rustamov`s interior distances adopted for usage with FRep.

Introduced project is based on the following papers:

https://www.mn.uio.no/math/english/people/aca/michaelf/papers/barycentric.pdf https://www.cse.wustl.edu/~taoju/research/meanvalue.pdf https://www.sciencedirect.com/science/article/pii/S1063520306000546 https://www.cs.princeton.edu/~funk/sgp09.pdf

This project relies on the following libraries:

OpenGL, OpenMP, Eigen 3.0+, Glib, GTS, libIgl, python3.

This project relies on the following projects:

matplotlib-cpp and dmaps (https://github.com/hsidky/dmaps)