KinectFusion offline reconstruction code
2 次查看(过去 30 天)
显示 更早的评论
Hello everyone, I am working with the KinectFusion. My question is: Do you have the code so that I can reconstruct the 3D model by given depth images? It means instead of processing the frames by real-time, I would like to capture all the depth image and then process frame-by-frame (offline reconstruction).
Thank you very much. Nguyen
采纳的回答
Walter Roberson
2017-1-10
You can use the sensor package to get the data, and you can convert it to point cloud and then you could write the pointcloud to disk. Later (offline) you could read the pointcloud data and process it using the tools in the Computer Vision Toolbox, or other external tools.
5 个评论
Gaurav
2017-2-5
Hi @Ngo Nguyen , did you figure out how to perform volumetric integration in matlab (with TSDF). It would be very helpful for me if you can share how to do it.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Acquisition Using Kinect for Windows Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!