The main code is available in the geometry-central library. The provided code in the project page is a demo code with graphical and CLI interface to the intrinsic triangulation. The cmake script installs all dependencies in a very convenient way. No issue to build the project. On Mac, there is an issue when building geometry-central: make[2]: *** No rule to make target `../deps/geometry-central/deps/-lm', needed by `bin/int_tri'. Stop. Note that this bug has been fixed in the geometry-central master (not the same version as the git submodule in the deps folder). To fix the issue, just upgrade the submodule to the master: cd deps/geometry-central/ ; git checkout master ; cd ../../build ; make Beside this issue, most paper results can be reproduced from the code.
If you want to contribute with another review, please follow these instructions.
Please consider to cut/paste/edit the raw JSON data attached to this paper.