#331 · Primary category: Computer Vision
tsdf-fusion-python
Python code to fuse multiple RGB-D images into a TSDF voxel volume.
Project last updated:02/18/23
GitHub Stars
1.4K
Forks
236
Contributors
5
License
BSD-2-Clause
Why we included this project
TSDF fusion is the classic step that folds a stack of registered RGB-D frames into a single voxel volume, and this project keeps that operation compact enough to read in one sitting. Give it aligned color and depth images and it builds a projective truncated signed distance function volume, then exports a surface mesh or point cloud. A pure CPU path runs on any machine, while an optional PyCUDA backend runs the same workload far faster on NVIDIA hardware, so you can prototype without a GPU and speed things up when one is available. The code is short and legible, which makes it a handy reference for the KinectFusion-style math behind a lot of reconstruction work in the literature, and it has been used in published projects such as 3DMatch.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)