Skip to content

Course Project from 3D Scanning and Motion Capture at TUM

Notifications You must be signed in to change notification settings

doginono/KinectFusion_remake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KinectFusion_remake

Course Project from 3D Scanning and Motion Capture at TUM

Project Structure

└── ProjectKinectFusion\ 
   ├── KinectFusionRemake\ The git cloned folder 
   │   ├── main.cpp\ 
   │   └─── CMakeLists.txt  
   ├── Libs 
   │   ├── Ceres
   │   ├── Eigen
   │   ├── FreeImage
   │   ├── Glog
   │   └── Flann
   ├── Data
   └── build

You also need to have CUDA installed. The main entry point is the main.cpp file which calls the necessary methods. There is only one option now, it being the reconstruct room function. Then in this function the pose estimation and TSDF updating function will be called for every frame. Raycasting part is not finished that it is commented out.

If you do not want or think we are not going to need any file feel free to change CMakelist.txt as you wish.

About

Course Project from 3D Scanning and Motion Capture at TUM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.7%
  • Cuda 29.9%
  • CMake 3.4%