Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 320 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 320 Bytes

VoxelUtilsCUDA

A 3D Volumetric Voxel Processing library using CUDA. The library provides the following funcitonality:

  • TSDF Calculation
  • Calculating 3D Projection Volume from Depth Images
  • 3D Grid based Volumetric Probabilistic Fusion

Installation

cd voxel_utils
make
pyhton setup.py install