Continuous Projection for Fast L1 Reconstruction

SIGGRAPH 2014


Reviews

Information

  • Paper topic: Geometry
  • Software type: Code
  • Able to run a replicability test: True
  • Replicability score: 2
  • License: custom
  • Build mechanism: IDE Project (VS,..)
  • Dependencies:
  • Documentation score {0,1,2}: 2
  • Reviewer: Nicolas Bonneel

Source code information

Comments

Easy to compile with VS2017 using the VS2013 project provided and slight changes (adding preprocessor directive _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS ).
However, it is only a partial reference implementation of the paper. While the paper sells speed over concurrent approaches, the reference monothreaded CPU implementation does not allow to reproduce the timings given in the paper. The implementation also does not reconstruct the surfaces (only the point projection is implemented) so the surfaces shown in the paper cannot be reproduced from this implementation. The implementation is also missing the normal projection step.
There are two options to add a review to this article:
  • Open a pull request at https://github.com/dcoeurjo/ReplData-private
  • Fill the form below (this option requires manual work and might be avoided if possible):
    TODO: ADD FORM