VoxelHashing
3D reconstructor
Develops fast and efficient algorithms for large-scale 3D reconstruction from point cloud data in real-time
[Siggraph Asia 2013] Large-Scale, Real-Time 3D Reconstruction
673 stars
50 watching
201 forks
Language: C++
last commit: about 4 years ago
Linked from 2 awesome lists
3d-reconstructioncomputer-visionkinect
Related projects:
Repository | Description | Stars |
---|---|---|
karimnaaji/voxelizer | Converts 3D meshes into voxelized representations by performing triangle-cube intersection. | 630 |
mit-spark/kimera-semantics | Tools and methods for real-time 3D reconstruction from 2D data in robotics and computer vision | 651 |
andstor/voxelizer | A tool for converting 3D models into voxel data | 52 |
kctess5/voxelizer | A tool for generating voxelized 3D models from OBJ meshes using GPU acceleration. | 88 |
genuineaster/voxelator | A GPU-based voxel rendering system with SSAO, meshing, and light sources. | 20 |
stoyannk/voxels | A C++ library for manipulating and polygonizing voxel grids with features like TransVoxel algorithm and level of detail | 289 |
keijiro/voxelman | An extreme demonstration of using Unity's Entity Component System with C# Job System and Burst Compiler for efficient multi-core processing in 3D voxel rendering. | 1,866 |
jose-villegas/vctrenderer | A real-time global illumination solution for 3D applications using voxelization and simplified indirect lighting calculations. | 619 |
ethz-asl/voxblox | A volumetric mapping library for robotics and computer vision applications using signed distance fields | 1,382 |
unclearness/vacancy | Reconstructs 3D models from 2D silhouettes and camera parameters | 65 |
jpaver/opengametools | A set of tools for working with 3D voxel models | 377 |
maxorange/pix2vox | This project enables the generation of 3D voxel models from 2D sketches using stacked generative adversarial networks. | 243 |
paulknysh/shaper | A C++ tool for reconstructing 3D volumes from parallel 2D sections | 72 |
tunabrain/sparse-voxel-octrees | A CPU-based algorithm for efficiently rendering and manipulating 3D voxel data structures using octree representations | 721 |
samfromcadott/brutus | Generates 3D meshes from volumetric data using marching cubes algorithm | 6 |