Variational implicit point set surfaces

SIGGRAPH 2019


Reviews

Information

  • Paper topic: Geometry
  • Software type: Code
  • Able to run a replicability test: True
  • Replicability score: 0
  • Paper listed in the Graphics Replicability Stamp Initiative
  • Software language: C++
  • License: MIT
  • Build mechanism: CMake,Make
  • Dependencies: Armadillo, NLopt
  • Documentation score {0,1,2}: 2
  • Reviewer: Julie Digne <julie.digne@liris.cnrs.fr>
  • Time spent for the test (build->first run, timeout at 100min): 20min

Source code information

Comments

Both required libraries (armadillo and NLopt) can be found via apt-get. In the CMakeLists, In had to change line 6 from find_package(nlopt REQUIRED) to find_package(NLopt REQUIRED). In file vipss/src/surfacer/ImplicitedSurfacing.cpp, I added #include <chrono>, and then the compilation went fine.

Misc. comments

A script is provided to replicate the figures in the paper, however it complains that some input are missing (eg ../data/noise_kitten/kitten_h0.04/input.xyz). I got a "core dump" for all the examples I tested (using the command lines provided by the authors).

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.