polyscope-dgtal
This repository is an integration example between polyscope and DGtal.
To use this project, just clone it (with submodule):
git clone --recursive https://github.com/dcoeurjo/polyscope-dgtal.git
Then you can compile the example file using:
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
(you may want to remove the -DCMAKE_BUILD_TYPE=Release
for the debugging)
Note: to compile DGtal, you would need boost (only headers) and zlib.
The example code extracts the digital surface of an implicit shape and computes some differential quantities.
Authors
- David Coeurjolly (CNRS)