GithubHelp home page GithubHelp logo

kinectfusion's Introduction

KinectFusion

Code Structure

main.cu is the main file of the project. It initiates and executes the singleton Visualizer.h that involves the application logic. One can see different includes and object initializations in that file. updateImageFrame static function in the Visualizer class contains the pipeline for processing every frame. For fast development, we wrote the code in .cuh files. Some portions of the code are adapted from the exercises.

Used Libraries

  • Eigen 3
  • CUDA 10.2
  • cuBlas
  • FreeImage
  • Kinect SDK 1.8
  • glm 0.9.9.8
  • glfw 3.3.2
  • FreeGLUT

Other Dependencies

We created a dynamic link library for Eigen solver, as the solver class could not be compiled by the NVCC version we use. The library can be downloaded from here. It exports solve function and is only used in PoseEstimator.cuh.

Note on Normal Estimation

Currently, we do not use normals estimated in the raycasting. We instead use the backprojection pipeline from the rendered depth. We attempted to implement a trilinear interpolated version that can be seen in the cg01 branch, but did not use it in the final version.

Authors

  • Ismet Melih Özbeyli
  • Can Gümeli
  • Johann Sutor

kinectfusion's People

Contributors

cangumeli avatar iozbeyli avatar sutorj avatar

Stargazers

 avatar

Watchers

 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.