surface-reconstruction-benchmark icon indicating copy to clipboard operation
surface-reconstruction-benchmark copied to clipboard

A working copy of the code from "A Benchmark for Surface Reconstruction" by Berger et. Al

Results 8 surface-reconstruction-benchmark issues
Sort by recently updated
recently updated
newest added

The implicit_uniform program is unable to create a .npts file for my own data. I receive an error saying that the points should be removed, and energy is labeled as...

My os is Ubuntu 20.04LTS. For me, Install the dependencies in README seems not enough. here's what I installed: ``` sudo apt-get install libopenexr-dev sudo apt-get install libsuitesparse-dev sudo apt-get...

The build failed because another dependancy was missing (Ubuntu 18.04). Fixed using `sudo apt-get install libsuitesparse-dev`

Following the dependency installation instructions, the `libpng12-dev` dependency fails to install on Ubuntu 18.04. It seems to have been dropped since 16.04.

execute this shell: ./bin/pc_generator data/models/bull.mpu data/pcs/bull/bull 5 0 48 It showed the errors: unknown option: 5 unknown option: 0 unknown option: 48 need to specify some number of scans! I...

Thanks for releasing the great work! But I encounter a problem when I try to run your codes. Details: - Step1: I run `ln -s build bin` so that it...

I follow your instructions when I execute **_cmake .. -DCMAKE_BUILD_TYPE=Release_**. There are the following mistakes. How can I solve them? Thank you. -- Could NOT find OpenEXR (missing: ILMBASE_INCLUDE_PATH OPENEXR_INCLUDE_PATH...