Skip to content

enjoybo/kinectfusion-cuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An implementation of KinectFusion on CUDA platform.

How to build?

  • Clone the repository recursively (to also clone the submodules)
  • Go here https://www.libsdl.org/download-2.0.php to download precompiled dynamic and static libraries. Put them under 3rd\SDL2-2.0.9\libs. You can build the SDL if the precompiled libraries are not suitable for you.
  • Open the visual studio project (works fine with VS 2017). Build and run it.
  • We were able to run it 30 frames per second on our Nvidia GTX 960M graphics card.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.2%
  • C 14.3%
  • Fortran 10.2%
  • CMake 2.6%
  • Cuda 1.3%
  • Shell 0.1%
  • Other 0.3%