GithubHelp home page GithubHelp logo

isabella232 / onlinesurfacereconstruction Goto Github PK

View Code? Open in Web Editor NEW

This project forked from unity-technologies/onlinesurfacereconstruction

0.0 0.0 0.0 6.53 MB

License: BSD 3-Clause "New" or "Revised" License

CMake 0.08% AutoIt 0.01% C++ 98.17% C 1.69% GLSL 0.06% Perl 0.01%

onlinesurfacereconstruction's Introduction

Online Surface Reconstruction

Build Status Build status

This repository contains the source code for the research paper:

Field-Aligned Online Surface Reconstruction
Nico Schertler, Marco Tarini, Wenzel Jakob, Misha Kazhdan, Stefan Gumhold, Daniele Panozzo
ACM TOG 36, 4, July 2017
DOI: http://dx.doi.org/10.1145/3072959.3073635

Pre-requisites:

  • Boost headers (no compiled components are necessary)

On Linux, the following packages are necessary (available via apt-get):

  • xorg-dev
  • libglu1-mesa-dev
  • libboost-dev (only the header files are needed)

Compilation

To compile the project, simply check out the git repository, initialize all submodules, use CMake to generate project files for your favorite build environment, and run the build (use a 64 bit generator). On Unix-based systems, this may look as follows:

git clone https://github.com/NSchertler/OnlineSurfaceReconstruction.git
cd OnlineSurfaceReconstruction
git submodule update --init --recursive
mkdir build
cd build
cmake .. -DNANOGUI_USE_GLAD=ON
make

There are a couple of CMake options (prefix OSR_) that let you customize the build and add more features.

Some parts of the code make heavy use of OpenMP. If your build environment does not support OpenMP (e.g. Clang on MacOS), the program will still compile but performance may be inferior due to missing parallelization.

Binaries

The following binaries are compiled from the latest commit with default options:

Data sets

A selection of data sets that we presented in our paper can be found here: https://www.cs.ubc.ca/~nschertl/OSRData/. This repository contains the original scan data, a project file for the OSR application, and the final reconstruction.

Documentation

Source code documentation can be found in the wiki

onlinesurfacereconstruction's People

Contributors

nschertler avatar joeante avatar snowymo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.