Giter Site home page Giter Site logo

depth_fusion's Introduction

DepthFusion

This is not an official Google product.

Overview

DepthFusion is an open source software library for reconstructing 3D surfaces (meshes) from depth data produced by commercial off-the-shelf depth cameras such as Microsoft Kinect, Asus Xtion Pro, and Intel RealSense.

It is at its core an implementation of "A Volumetric Method for Building Complex Models from Range Images" by Curless and Levoy [SIGGRAPH 1996]. Camera pose can be determined using the frame-to-model technique popularized by KinectFusion [Newcombe et al. 2011], or using fiducial markers from OpenCV's ArUco contrib module.

It runs on real-time on high-end desktop GPUs.

Code structure

C++ and CUDA code are in src. GLSL shaders for the visualization are in src/shaders.

Dependencies

  • Qt 5.5
  • CUDA 7.5 (8.0 on Windows for VS2015/C++11 support).
  • libcgt (see below) and its transitive dependencies.
  • GLEW
  • OpenCV 3.0

Build instructions (CMake)

  1. Get https://github.com/jiawen/libcgt.
  2. Put libcgt the same level as depth_fusion (they should be siblings).
  3. mkdir build
  4. cd build
  5. cmake-gui ..

License

Apache 2.0.

depth_fusion's People

Contributors

jiawen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  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.