KinectFusion offline reconstruction code

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

3 comentarios

Kendir
Kendir el 26 de Abr. de 2018
Hi Nguyen, Did you find the offline reconstruct code? And would you share how to do it?
Ngo Nguyen
Ngo Nguyen el 28 de Abr. de 2018
Hi Kendir, I can reconstruct 3D object using MATLAB + CUDA. However, the quality cannot be perfect as in Microsoft SDK. You can leave the message for my page, I will answer if possible: 3D reconstruction
xiaofa zhou
xiaofa zhou el 25 de Sept. de 2020
您好 代码能够分享吗?

Iniciar sesión para comentar.

 Respuesta aceptada

Walter Roberson
Walter Roberson el 10 de En. de 2017

0 votos

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 comentarios

Ngo Nguyen
Ngo Nguyen el 10 de En. de 2017
Hi Walter, Thank you very much. I followed the example code pointcloud registration, and I finally got the rigid transformation matrix. Then, I used the pcmerge to update the world scene. My problem is I don't know how to store the information into the voxel grid using Truncated Signed Distance Function. My purpose is to update the volume representation and use raycast to display the 3D scene.
Ngo Nguyen
Ngo Nguyen el 10 de En. de 2017
Yes, that's right. I follow the paper 3D-reconstruction. After I got the merged pointclouds, I don't know how to obtain the TSDF. Besides, the function pcregrigid somtimes gives me wrong matrix. This is very difficult for me.
Gaurav
Gaurav el 5 de Feb. de 2017
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.
Ngo Nguyen
Ngo Nguyen el 28 de Abr. de 2018
Editada: Ngo Nguyen el 28 de Abr. de 2018
Hi Gaurav, I can reconstruct 3D object using MATLAB + CUDA. However, the quality cannot be perfect as in Microsoft SDK. You can leave the message for my page, I will answer if possible: 3D reconstruction

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Preguntada:

el 10 de En. de 2017

Comentada:

el 28 de Abr. de 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by