Skip to content

yhan33/TSDFfusion-cpu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSDF Fusion (CPU Version)

This is a CPU version of the TSDF fusion developed by Andy Zeng. The original CUDA accelerated version can be found here.

Installation

mkdir build && cd build
cmake ..
make

Usage

  1. Prepare the camera intrinsic file. An example of camera intrinsic file is in ps-instrinsic.txt
  2. Run the executable
./build/tsdf_fusion_cpu cam_K_file data_dir num_of_frame v_size v_x_dim v_y_dim v_z_dim v_x_origin v_y_origin v_z_origin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.1%
  • CMake 1.9%